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

Method NumberOfHandles

nan.h:452–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450#if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION
451 inline HandleScope() : scope(v8::Isolate::GetCurrent()) {}
452 inline static int NumberOfHandles() {
453 return v8::HandleScope::NumberOfHandles(v8::Isolate::GetCurrent());
454 }
455#else
456 inline HandleScope() : scope() {}
457 inline static int NumberOfHandles() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected