Home
last modified time | relevance | path

Searched refs:CheckPauseOnException (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h168 bool CheckPauseOnException();
Ddebugger_impl.cpp173 bool DebuggerImpl::CheckPauseOnException() in CheckPauseOnException() function in panda::ecmascript::tooling::DebuggerImpl
188 if (reason == EXCEPTION && !CheckPauseOnException()) { in NotifyPaused()