Home
last modified time | relevance | path

Searched refs:HasTerminated (Results 1 – 18 of 18) sorted by relevance

/third_party/node/src/
Djs_stream.cc50 if (try_catch.HasCaught() && !try_catch.HasTerminated()) in IsClosing()
66 if (try_catch.HasCaught() && !try_catch.HasTerminated()) in ReadStart()
81 if (try_catch.HasCaught() && !try_catch.HasTerminated()) in ReadStop()
103 if (try_catch.HasCaught() && !try_catch.HasTerminated()) in DoShutdown()
137 if (try_catch.HasCaught() && !try_catch.HasTerminated()) in DoWrite()
Djs_udp_wrap.cc70 if (try_catch.HasCaught() && !try_catch.HasTerminated()) in RecvStart()
84 if (try_catch.HasCaught() && !try_catch.HasTerminated()) in RecvStop()
119 if (try_catch.HasCaught() && !try_catch.HasTerminated()) in Send()
Dmodule_wrap.cc206 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in New()
344 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in Instantiate()
423 if (!try_catch.HasTerminated()) in Evaluate()
658 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in HostInitializeImportMetaObjectCallback()
695 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in SyntheticModuleEvaluationStepsCallback()
Dnode_task_queue.cc156 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in PromiseRejectCallback()
Dnode_contextify.cc394 if (!try_catch.HasTerminated()) in MakeContext()
870 if (!try_catch.HasTerminated()) in New()
1108 if (!try_catch.HasTerminated()) in EvalMachine()
1270 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in CompileFunction()
Dudp_wrap.cc743 DCHECK(try_catch.HasCaught() && !try_catch.HasTerminated()); in OnRecv()
762 DCHECK(try_catch.HasCaught() && !try_catch.HasTerminated()); in OnRecv()
Dnode_errors.cc589 if (HasCaught() && !HasTerminated() && mode_ == CatchMode::kFatal) { in ~TryCatchScope()
1193 CHECK(!try_catch.HasTerminated()); in TriggerUncaughtException()
Dinspector_agent.cc899 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in ToggleAsyncHook()
Dnode_messaging.cc801 if (try_catch.HasCaught() && !try_catch.HasTerminated()) in OnMessage()
Denv.cc1091 if (!try_catch.HasTerminated() && can_call_into_js()) in RunAndClearNativeImmediates()
DREADME.md717 In the latter case, the `try_catch.HasTerminated()` function will return `true`,
/third_party/node/deps/v8/include/
Dv8-exception.h100 bool HasTerminated() const;
/third_party/node/src/quic/
Dsessionticket.cc69 if (!tryCatch.HasTerminated()) { in FromV8Value()
/third_party/node/deps/v8/src/inspector/
Dv8-inspector-impl.cc434 if (m_scope.tryCatch().HasTerminated()) { in ~EvaluateScope()
Dinjected-script.cc857 if (tryCatch.HasTerminated() || !tryCatch.CanContinue()) { in wrapEvaluateResult()
/third_party/node/src/crypto/
Dcrypto_util.cc144 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in InitCryptoOnce()
/third_party/node/src/api/
Denvironment.cc84 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in PrepareStackTraceCallback()
/third_party/node/deps/v8/src/api/
Dapi.cc2895 bool v8::TryCatch::HasTerminated() const { return has_terminated_; } in HasTerminated() function in v8::v8::TryCatch