Searched refs:pauseOnExceptionsState (Results 1 – 2 of 2) sorted by relevance
198 v8::debug::ExceptionBreakState pauseOnExceptionsState) { in setPauseOnExceptionsState() argument200 if (m_pauseOnExceptionsState == pauseOnExceptionsState) return; in setPauseOnExceptionsState()201 v8::debug::ChangeBreakOnException(m_isolate, pauseOnExceptionsState); in setPauseOnExceptionsState()202 m_pauseOnExceptionsState = pauseOnExceptionsState; in setPauseOnExceptionsState()
44 static const char pauseOnExceptionsState[] = "pauseOnExceptionsState"; variable400 m_state->setInteger(DebuggerAgentState::pauseOnExceptionsState, in disable()441 m_state->getInteger(DebuggerAgentState::pauseOnExceptionsState, &pauseState); in restore()1199 m_state->setInteger(DebuggerAgentState::pauseOnExceptionsState, pauseState); in setPauseOnExceptionsImpl()