Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node-addon-api
/ what
Method
what
napi-inl.h:3546–3548 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3544
#ifdef NODE_ADDON_API_CPP_EXCEPTIONS
3545
3546
inline const char* Error::what() const NAPI_NOEXCEPT {
3547
return Message().c_str();
3548
}
3549
3550
#endif // NODE_ADDON_API_CPP_EXCEPTIONS
3551
Callers
3
catch
Function · 0.80
OnExecute
Method · 0.80
TestErrorCopySemantics
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestErrorCopySemantics
Function · 0.64