Home | History | Annotate | Download | only in front_end

Lines Matching full:pauseonexceptionsstate

591         var pauseOnExceptionsState = WebInspector.settings.pauseOnExceptionStateString.get();
592 switch (pauseOnExceptionsState) {
593 case WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions:
596 case WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnAllExceptions:
599 case WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions:
603 this._pauseOnExceptionButton.state = pauseOnExceptionsState;
658 var stateEnum = WebInspector.DebuggerModel.PauseOnExceptionsState;