MCPcopy 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

GetFunctionFunction · 0.80
NewMethod · 0.80
GetFunctionFunction · 0.80

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected