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

Function NAN_METHOD

test/cpp/threadlocal.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57NAN_METHOD(thread_local_storage) {
58 Tap *t = new Tap(info[0]);
59 AsyncQueueWorker(new TlsTest(t));
60 info.GetReturnValue().SetUndefined();
61}
62
63NAN_MODULE_INIT(Init) {
64 Set(target

Callers

nothing calls this directly

Calls 3

AsyncQueueWorkerFunction · 0.85
SetUndefinedMethod · 0.45
GetReturnValueMethod · 0.45

Tested by

no test coverage detected