Home
last modified time | relevance | path

Searched refs:CatchMode (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Dnode_errors.h241 enum class CatchMode { kNormal, kFatal }; class in node::errors::TryCatchScope
243 explicit TryCatchScope(Environment* env, CatchMode mode = CatchMode::kNormal) in TryCatchScope() argument
258 CatchMode mode_;
H A Dasync_wrap.cc69 TryCatchScope try_catch(env, TryCatchScope::CatchMode::kFatal); in DestroyAsyncIdsCallback()
98 TryCatchScope try_catch(env, TryCatchScope::CatchMode::kFatal); in Emit()
652 TryCatchScope try_catch(env, TryCatchScope::CatchMode::kFatal); in EmitAsyncInit()
H A Dnode_errors.cc589 if (HasCaught() && !HasTerminated() && mode_ == CatchMode::kFatal) { in ~TryCatchScope()
1133 errors::TryCatchScope::CatchMode::kFatal); in TriggerUncaughtException()

Completed in 5 milliseconds