Skip to content

Instantly share code, notes, and snippets.

@olov
Created May 2, 2011 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olov/952530 to your computer and use it in GitHub Desktop.
Save olov/952530 to your computer and use it in GitHub Desktop.
d8 --shell shaper.js
V8 version 3.3.1 [console: readline]
d8> var hello = Shaper.parseExpression("document.getElementById('hello')")
d8> var templ = Shaper.parseExpression("$.getElementById($$)")
d8> Shaper.match(templ, hello)
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment