Skip to content

Instantly share code, notes, and snippets.

@wavded
Created July 30, 2012 15:52
Show Gist options
  • Save wavded/3207966 to your computer and use it in GitHub Desktop.
Save wavded/3207966 to your computer and use it in GitHub Desktop.
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