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

Method Exception

nan.h:539–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537 }
538
539 inline v8::Local<v8::Value> Exception() const {
540 return try_catch_.Exception();
541 }
542
543#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \
544 (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected