Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/nan
/ GetFunction
Method
GetFunction
nan.h:1810–1812 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1808
}
1809
1810
inline v8::Local<v8::Function> GetFunction() const {
1811
return New(handle_);
1812
}
1813
1814
inline bool IsEmpty() const {
1815
return handle_.IsEmpty();
Callers
3
GetFunction
Function · 0.80
New
Method · 0.80
GetFunction
Function · 0.80
Calls
1
New
Function · 0.70
Tested by
no test coverage detected