Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node-addon-api
/ Promise
Method
Promise
napi-inl.h:2958–2960 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2956
}
2957
2958
inline Promise Promise::Deferred::Promise() const {
2959
return Napi::Promise(_env, _promise);
2960
}
2961
2962
inline Napi::Env Promise::Deferred::Env() const {
2963
return Napi::Env(_env);
Callers
15
DoWork
Method · 0.80
DoWorkWithAsyncRes
Method · 0.80
ResolvePromise
Function · 0.80
RejectPromise
Function · 0.80
ThenMethodOnFulfilled
Function · 0.80
ThenMethodOnFulfilledOnRejectedResolve
Function · 0.80
ThenMethodOnFulfilledOnRejectedReject
Function · 0.80
CatchMethod
Function · 0.80
TestCall
Function · 0.80
TestWithTSFN
Function · 0.80
TestDelayedTSFN
Function · 0.80
TestAcquire
Function · 0.80
Calls
1
Promise
Class · 0.85
Tested by
8
TestCall
Function · 0.64
TestWithTSFN
Function · 0.64
TestDelayedTSFN
Function · 0.64
TestAcquire
Function · 0.64
TestCall
Function · 0.64
TestWithTSFN
Function · 0.64
TestDelayedTSFN
Function · 0.64
TestAcquire
Function · 0.64