MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / Error

Method Error

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

Source from the content-addressed store, hash-verified

3345}
3346
3347inline Error::Error() : ObjectReference() {}
3348
3349inline Error::Error(napi_env env, napi_value value)
3350 : ObjectReference(env, nullptr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected