Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/nan
/ handle
Method
handle
nan_object_wrap.h:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
41
inline v8::Local<v8::Object> handle() const {
42
return New(handle_);
43
}
44
45
46
inline Persistent<v8::Object>& persistent() {
Callers
1
NAN_METHOD
Method · 0.80
Calls
1
New
Function · 0.70
Tested by
no test coverage detected