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

Function NAN_MODULE_INIT

test/cpp/weak2.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48NAN_MODULE_INIT(Init) {
49 Set(target
50 , New<v8::String>("hustle").ToLocalChecked()
51 , GetFunction(New<v8::FunctionTemplate>(Hustle)).ToLocalChecked()
52 );
53}
54
55NODE_MODULE(weak2, Init)

Callers

nothing calls this directly

Calls 3

ToLocalCheckedMethod · 0.80
SetFunction · 0.50
GetFunctionFunction · 0.50

Tested by

no test coverage detected