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

Method CanContinue

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

Source from the content-addressed store, hash-verified

527 inline bool HasCaught() const { return try_catch_.HasCaught(); }
528
529 inline bool CanContinue() const { return try_catch_.CanContinue(); }
530
531 inline v8::Local<v8::Value> ReThrow() {
532#if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected