Searched refs:DontPauseOnExceptions (Results 1 – 9 of 9) sorted by relevance
36 DontPauseOnExceptions : 0, property41 …buggerScript._pauseOnExceptionsState = DebuggerScript.PauseOnExceptionsState.DontPauseOnExceptions;
61 DontPauseOnExceptions, enumerator
58 : m_pauseOnExceptionsState(DontPauseOnExceptions) in ScriptDebugServer()
66 …seOnExceptionStateString", WebInspector.ScriptsPanel.PauseOnExceptionsState.DontPauseOnExceptions);
198 DontPauseOnExceptions : "none", property713 …= pauseOnExceptionsState || WebInspector.ScriptsPanel.PauseOnExceptionsState.DontPauseOnExceptions;718 … (pauseOnExceptionsState == WebInspector.ScriptsPanel.PauseOnExceptionsState.DontPauseOnExceptions)840 nextStateMap[stateEnum.DontPauseOnExceptions] = stateEnum.PauseOnAllExceptions;842 nextStateMap[stateEnum.PauseOnUncaughtExceptions] = stateEnum.DontPauseOnExceptions;
67 DontPauseOnExceptions, enumerator
53 , m_pauseOnExceptionsState(DontPauseOnExceptions) in ScriptDebugServer()
340 pauseState = ScriptDebugServer::DontPauseOnExceptions; in setPauseOnExceptions()
4798 3 states, in an enum: DontPauseOnExceptions, PauseOnAllExceptions, and