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

Method NumberOfHandles

nan.h:478–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476 inline EscapableHandleScope() : scope(v8::Isolate::GetCurrent()) {}
477
478 inline static int NumberOfHandles() {
479 return v8::EscapableHandleScope::NumberOfHandles(v8::Isolate::GetCurrent());
480 }
481
482 template<typename T>
483 inline v8::Local<T> Escape(v8::Local<T> value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected