Searched refs:IsExceptionCaught (Results 1 – 3 of 3) sorted by relevance
109 static bool IsExceptionCaught(const EcmaVM *ecmaVm);
794 bool DebuggerApi::IsExceptionCaught(const EcmaVM *ecmaVm) in IsExceptionCaught() function in panda::ecmascript::tooling::DebuggerApi
179 if (DebuggerApi::IsExceptionCaught(vm_)) { in CheckPauseOnException()