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

Function NAN_MODULE_INIT

test/cpp/asyncresource.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64NAN_MODULE_INIT(Init) {
65 Set(target, New<v8::String>("delay").ToLocalChecked(),
66 GetFunction(New<v8::FunctionTemplate>(Delay)).ToLocalChecked());
67}
68
69NODE_MODULE(asyncresource, Init)

Callers

nothing calls this directly

Calls 3

ToLocalCheckedMethod · 0.80
SetFunction · 0.50
GetFunctionFunction · 0.50

Tested by

no test coverage detected