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

Function NAN_MODULE_INIT

test/cpp/symbols.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace Nan; // NOLINT(build/namespaces)
12
13NAN_MODULE_INIT(Init) {
14 Set(target
15 , New<v8::String>("key").ToLocalChecked()
16 , New<v8::String>("a property").ToLocalChecked()
17 );
18}
19
20NODE_MODULE(symbols, Init)

Callers

nothing calls this directly

Calls 2

ToLocalCheckedMethod · 0.80
SetFunction · 0.50

Tested by

no test coverage detected