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

Method TryCatch

nan.h:524–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522 public:
523#if NODE_MODULE_VERSION > NODE_0_12_MODULE_VERSION
524 TryCatch() : try_catch_(v8::Isolate::GetCurrent()) {}
525#endif
526
527 inline bool HasCaught() const { return try_catch_.HasCaught(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected