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

Method ok

test/cpp/threadlocal.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 struct { bool ok; const char* msg; } res[3];
48 unsigned i;
49 void ok(bool isOk, const char *msg) {
50 assert(i < sizeof(res)/sizeof(res[0]));
51 res[i].ok = isOk;
52 res[i].msg = msg;
53 ++i;
54 }
55};
56
57NAN_METHOD(thread_local_storage) {

Callers 15

NAN_METHODFunction · 0.45
TlsTestMethod · 0.45
WorkCompleteMethod · 0.45
accessors-test.jsFile · 0.45
weak-test.jsFile · 0.45
gc-test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected