Created
July 30, 2012 15:52
-
-
Save wavded/3207966 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
Handle<Value> Method(const Arguments &args) { | |
HandleScope scope; | |
return scope.Close(Undefined()); | |
} | |
// are these doing the same thing? | |
Handle<Value> Method(const Arguments &args) { | |
HandleScope scope; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment