Searched refs:pauseOnExceptionsState (Results 1 – 2 of 2) sorted by relevance
256 v8::debug::ExceptionBreakState pauseOnExceptionsState) { in setPauseOnExceptionsState() argument258 if (m_pauseOnExceptionsState == pauseOnExceptionsState) return; in setPauseOnExceptionsState()259 v8::debug::ChangeBreakOnException(m_isolate, pauseOnExceptionsState); in setPauseOnExceptionsState()260 m_pauseOnExceptionsState = pauseOnExceptionsState; in setPauseOnExceptionsState()
39 static const char pauseOnExceptionsState[] = "pauseOnExceptionsState"; variable361 m_state->setInteger(DebuggerAgentState::pauseOnExceptionsState, in disable()399 m_state->getInteger(DebuggerAgentState::pauseOnExceptionsState, &pauseState); in restore()1056 m_state->setInteger(DebuggerAgentState::pauseOnExceptionsState, pauseState); in setPauseOnExceptionsImpl()