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

Function NAN_MODULE_INIT

test/cpp/asyncprogressqueueworkerstream.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74NAN_MODULE_INIT(Init) {
75 Set(target
76 , New<v8::String>("doProgress").ToLocalChecked()
77 , GetFunction(New<v8::FunctionTemplate>(DoProgress)).ToLocalChecked());
78}
79
80NODE_MODULE(asyncprogressqueueworkerstream, Init)

Callers

nothing calls this directly

Calls 3

ToLocalCheckedMethod · 0.80
SetFunction · 0.50
GetFunctionFunction · 0.50

Tested by

no test coverage detected