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

Function NAN_MODULE_INIT

test/cpp/threadlocal.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63NAN_MODULE_INIT(Init) {
64 Set(target
65 , New<v8::String>("thread_local_storage").ToLocalChecked()
66 , GetFunction(New<v8::FunctionTemplate>(thread_local_storage))
67 .ToLocalChecked()
68 );
69}
70
71NODE_MODULE(threadlocal, Init)

Callers

nothing calls this directly

Calls 3

ToLocalCheckedMethod · 0.80
SetFunction · 0.50
GetFunctionFunction · 0.50

Tested by

no test coverage detected