Home
last modified time | relevance | path

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

/third_party/node/src/
H A 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()
H A 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()
H A Dmodule_wrap.cc206 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in New()
348 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in Instantiate()
427 if (!try_catch.HasTerminated()) in Evaluate()
649 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in HostInitializeImportMetaObjectCallback()
688 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in SyntheticModuleEvaluationStepsCallback()
H A Dnode_task_queue.cc156 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in PromiseRejectCallback()
H A Dudp_wrap.cc743 DCHECK(try_catch.HasCaught() && !try_catch.HasTerminated()); in OnRecv()
762 DCHECK(try_catch.HasCaught() && !try_catch.HasTerminated()); in OnRecv()
H A Dnode_contextify.cc393 if (!try_catch.HasTerminated()) in MakeContext()
871 if (!try_catch.HasTerminated()) in New()
1118 if (!try_catch.HasTerminated()) in EvalMachine()
1271 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in CompileFunction()
H A Dnode_errors.cc589 if (HasCaught() && !HasTerminated() && mode_ == CatchMode::kFatal) { in ~TryCatchScope()
1193 CHECK(!try_catch.HasTerminated()); in TriggerUncaughtException()
H A Dinspector_agent.cc900 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in ToggleAsyncHook()
H A Denv.cc1109 if (!try_catch.HasTerminated() && can_call_into_js()) in RunAndClearNativeImmediates()
H A Dnode_messaging.cc801 if (try_catch.HasCaught() && !try_catch.HasTerminated()) in OnMessage()
/third_party/node/deps/v8/include/
H A Dv8-exception.h83 * HasTerminated returns true, it is possible to call
96 * If such an exception has been thrown, HasTerminated will return true,
100 bool HasTerminated() const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-exception.h83 * HasTerminated returns true, it is possible to call
96 * If such an exception has been thrown, HasTerminated will return true,
100 bool HasTerminated() const;
/third_party/node/src/quic/
H A Dsessionticket.cc69 if (!tryCatch.HasTerminated()) { in FromV8Value()
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc434 if (m_scope.tryCatch().HasTerminated()) { in ~EvaluateScope()
H A Dinjected-script.cc857 if (tryCatch.HasTerminated() || !tryCatch.CanContinue()) { in wrapEvaluateResult()
/third_party/node/src/api/
H A Denvironment.cc95 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in PrepareStackTraceCallback()
/third_party/node/src/crypto/
H A Dcrypto_util.cc144 if (try_catch.HasCaught() && !try_catch.HasTerminated()) { in InitCryptoOnce()
/third_party/node/deps/v8/src/api/
H A Dapi.cc2895 bool v8::TryCatch::HasTerminated() const { return has_terminated_; } in HasTerminated() function in v8::v8::TryCatch

Completed in 43 milliseconds