MCPcopy Create free account
hub / github.com/nodejs/nan / MakeCallback

Function MakeCallback

nan.h:1462–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1460 }
1461
1462 inline v8::Local<v8::Value> MakeCallback(
1463 v8::Local<v8::Object> target
1464 , v8::Local<v8::Function> func
1465 , int argc
1466 , v8::Local<v8::Value>* argv) {
1467 v8::HandleScope scope;
1468 return scope.Close(New(node::MakeCallback(target, func, argc, argv)));
1469 }
1470
1471 inline v8::Local<v8::Value> MakeCallback(
1472 v8::Local<v8::Object> target

Callers 3

runInAsyncScopeMethod · 0.85
Value> MakeCallbackMethod · 0.85
Call_Method · 0.85

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected