Skip to content

Instantly share code, notes, and snippets.

@mbroadst
Created April 11, 2017 19:13
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 mbroadst/85db6752caa02515db4040d8a3a47869 to your computer and use it in GitHub Desktop.
Save mbroadst/85db6752caa02515db4040d8a3a47869 to your computer and use it in GitHub Desktop.
static NAN_METHOD(Test) {
// do some work
DoReturn(info);
}
void DoReturn(const Nan::FunctionCallbackInfo<v8::Value> &info) {
info.GetReturnValue().Set(5555);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment