Home | History | Annotate | Download | only in inspector

Lines Matching full:pauseonexceptionsstate

60 static const char pauseOnExceptionsState[] = "pauseOnExceptionsState";
105 m_state->setLong(DebuggerAgentState::pauseOnExceptionsState, ScriptDebugServer::DontPauseOnExceptions);
128 m_state->setLong(DebuggerAgentState::pauseOnExceptionsState, ScriptDebugServer::DontPauseOnExceptions);
181 long pauseState = m_state->getLong(DebuggerAgentState::pauseOnExceptionsState);
225 if (source == ConsoleAPIMessageSource && type == AssertMessageType && scriptDebugServer().pauseOnExceptionsState() != ScriptDebugServer::DontPauseOnExceptions)
661 ScriptDebugServer::PauseOnExceptionsState pauseState;
677 scriptDebugServer().setPauseOnExceptionsState(static_cast<ScriptDebugServer::PauseOnExceptionsState>(pauseState));
678 if (scriptDebugServer().pauseOnExceptionsState() != pauseState)
681 m_state->setLong(DebuggerAgentState::pauseOnExceptionsState, pauseState);
696 ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pauseOnExceptionsState();
707 if (scriptDebugServer().pauseOnExceptionsState() != previousPauseOnExceptionsState)
739 ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pauseOnExceptionsState();
761 if (scriptDebugServer().pauseOnExceptionsState() != previousPauseOnExceptionsState)
815 if (scriptDebugServer().pauseOnExceptionsState() != ScriptDebugServer::DontPauseOnExceptions) {