Created
May 2, 2011 22:53
-
-
Save olov/952530 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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