Searched refs:pauseOnExceptionsState (Results 1 – 2 of 2) sorted by relevance
323 v8::debug::ExceptionBreakState pauseOnExceptionsState) { in setPauseOnExceptionsState() argument325 if (m_pauseOnExceptionsState == pauseOnExceptionsState) return; in setPauseOnExceptionsState()326 v8::debug::ChangeBreakOnException(m_isolate, pauseOnExceptionsState); in setPauseOnExceptionsState()327 m_pauseOnExceptionsState = pauseOnExceptionsState; in setPauseOnExceptionsState()
42 static const char pauseOnExceptionsState[] = "pauseOnExceptionsState"; variable173 m_state->setInteger(DebuggerAgentState::pauseOnExceptionsState, in disable()209 m_state->getInteger(DebuggerAgentState::pauseOnExceptionsState, &pauseState); in restore()699 m_state->setInteger(DebuggerAgentState::pauseOnExceptionsState, pauseState); in setPauseOnExceptionsImpl()