Searched refs:CheckPauseOnException (Results 1 – 2 of 2) sorted by relevance
168 bool CheckPauseOnException();
173 bool DebuggerImpl::CheckPauseOnException() in CheckPauseOnException() function in panda::ecmascript::tooling::DebuggerImpl188 if (reason == EXCEPTION && !CheckPauseOnException()) { in NotifyPaused()