Home
last modified time | relevance | path

Searched refs:IsExceptionCaught (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h109 static bool IsExceptionCaught(const EcmaVM *ecmaVm);
Ddebugger_api.cpp794 bool DebuggerApi::IsExceptionCaught(const EcmaVM *ecmaVm) in IsExceptionCaught() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp179 if (DebuggerApi::IsExceptionCaught(vm_)) { in CheckPauseOnException()