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

Method ReThrow

nan.h:531–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
533 return New(try_catch_.ReThrow());
534#else
535 return try_catch_.ReThrow();
536#endif
537 }
538
539 inline v8::Local<v8::Value> Exception() const {
540 return try_catch_.Exception();

Callers 1

NAN_METHODFunction · 0.80

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected