Home | History | Annotate | Download | only in inspector

Lines Matching refs:previousPauseOnExceptionsState

696     ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pauseOnExceptionsState();
698 if (previousPauseOnExceptionsState != ScriptDebugServer::DontPauseOnExceptions)
707 if (scriptDebugServer().pauseOnExceptionsState() != previousPauseOnExceptionsState)
708 scriptDebugServer().setPauseOnExceptionsState(previousPauseOnExceptionsState);
739 ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pauseOnExceptionsState();
741 if (previousPauseOnExceptionsState != ScriptDebugServer::DontPauseOnExceptions)
761 if (scriptDebugServer().pauseOnExceptionsState() != previousPauseOnExceptionsState)
762 scriptDebugServer().setPauseOnExceptionsState(previousPauseOnExceptionsState);