Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ToDetailString
Function · 0.80
ToArrayIndex
Function · 0.80
NewInstance
Function · 0.80
GetFunction
Function · 0.80
Get
Function · 0.80
GetPropertyNames
Function · 0.80
GetOwnPropertyNames
Function · 0.80
ObjectProtoToString
Function · 0.80
GetRealNamedPropertyInPrototypeChain
Function · 0.80
GetRealNamedProperty
Function · 0.80
CallAsFunction
Function · 0.80
CallAsConstructor
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected