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

Function FatalException

nan.h:1132–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1130 }
1131
1132 inline void FatalException(const TryCatch& try_catch) {
1133 node::FatalException(v8::Isolate::GetCurrent(), try_catch.try_catch_);
1134 }
1135
1136 inline v8::Local<v8::Value> ErrnoException(
1137 int errorno

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected