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

Method EscapableHandleScope

nan.h:476–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474 public:
475#if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION
476 inline EscapableHandleScope() : scope(v8::Isolate::GetCurrent()) {}
477
478 inline static int NumberOfHandles() {
479 return v8::EscapableHandleScope::NumberOfHandles(v8::Isolate::GetCurrent());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected