MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / Call

Method Call

napi-inl.h:2840–2843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2838}
2839
2840inline MaybeOrValue<Value> Function::Call(
2841 const std::initializer_list<napi_value>& args) const {
2842 return Call(Env().Undefined(), args);
2843}
2844
2845inline MaybeOrValue<Value> Function::Call(
2846 const std::vector<napi_value>& args) const {

Callers 15

CallJsWrapperFunction · 0.80
napi-inl.hFile · 0.80
ThenMethod · 0.80
CatchMethod · 0.80
OnOKMethod · 0.80
OnErrorMethod · 0.80
CallJSMethod · 0.80
RunWithContextFunction · 0.80
RunInCallbackScopeFunction · 0.80
OnOKMethod · 0.80
IteratorMethod · 0.80

Calls 10

CallFunction · 0.85
EnvClass · 0.85
JustFunction · 0.85
beginMethod · 0.80
dataMethod · 0.80
IsJustMethod · 0.80
EscapeMethod · 0.80
UnwrapMethod · 0.80
EnvMethod · 0.80
ValueFunction · 0.70

Tested by 4

TestFunction · 0.64
TestUnrefFunction · 0.64
TestUnrefFunction · 0.64