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

Function ContextDisposedNotification

nan.h:722–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720 }
721
722 inline void ContextDisposedNotification() {
723 v8::Isolate::GetCurrent()->ContextDisposedNotification();
724 }
725#else
726 inline
727 void SetCounterFunction(v8::CounterLookupCallback cb) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected