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

Function NAN_GC_CALLBACK

test/cpp/gc.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14static bool epilogue_called = false;
15
16NAN_GC_CALLBACK(gcPrologueCallback) {
17 prologue_called = true;
18}
19
20NAN_GC_CALLBACK(gcEpilogueCallback) {
21 epilogue_called = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected