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

Function NAN_MODULE_INIT

test/cpp/trycatch.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24NAN_MODULE_INIT(Init) {
25 Set(target
26 , New<v8::String>("r").ToLocalChecked()
27 , GetFunction(New<v8::FunctionTemplate>(TryCatchTest)).ToLocalChecked()
28 );
29}
30
31NODE_MODULE(trycatch, Init)

Callers

nothing calls this directly

Calls 3

ToLocalCheckedMethod · 0.80
SetFunction · 0.50
GetFunctionFunction · 0.50

Tested by

no test coverage detected