MCPcopy Create free account
hub / github.com/nodejs/nan / ThrowError

Function ThrowError

nan.h:917–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915# undef X
916
917 inline void ThrowError(v8::Local<v8::Value> error) {
918 v8::Isolate::GetCurrent()->ThrowException(error);
919 }
920
921 inline MaybeLocal<v8::Object> NewBuffer(
922 char *data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected