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

Method HandleScope

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

Source from the content-addressed store, hash-verified

449 public:
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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected