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

Method Escape

nan.h:483–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481
482 template<typename T>
483 inline v8::Local<T> Escape(v8::Local<T> value) {
484 return scope.Escape(value);
485 }
486
487 private:
488 v8::EscapableHandleScope scope;

Callers 15

ToDetailStringFunction · 0.80
ToArrayIndexFunction · 0.80
NewInstanceFunction · 0.80
GetFunctionFunction · 0.80
GetFunction · 0.80
GetPropertyNamesFunction · 0.80
GetOwnPropertyNamesFunction · 0.80
ObjectProtoToStringFunction · 0.80
GetRealNamedPropertyFunction · 0.80
CallAsFunctionFunction · 0.80
CallAsConstructorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected