Home | History | Annotate | Download | only in inspector

Lines Matching refs:pauseOnExceptionsState

257     v8::DebugInterface::ExceptionBreakState pauseOnExceptionsState) {
259 if (m_pauseOnExceptionsState == pauseOnExceptionsState) return;
260 v8::DebugInterface::ChangeBreakOnException(m_isolate, pauseOnExceptionsState);
261 m_pauseOnExceptionsState = pauseOnExceptionsState;