Searched refs:PauseOnAllExceptions (Results 1 – 5 of 5) sorted by relevance
37 PauseOnAllExceptions : 1, property191 if (DebuggerScript.PauseOnExceptionsState.PauseOnAllExceptions === newState)
66 PauseOnAllExceptions, enumerator
730 case WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnAllExceptions:780 nextStateMap[stateEnum.DontPauseOnExceptions] = stateEnum.PauseOnAllExceptions;781 nextStateMap[stateEnum.PauseOnAllExceptions] = stateEnum.PauseOnUncaughtExceptions;
62 PauseOnAllExceptions : "all", property
787 pauseState = ScriptDebugServer::PauseOnAllExceptions; in setPauseOnExceptions()