Searched refs:PauseOnExceptionsState (Results 1 – 7 of 7) sorted by relevance
60 …ebugServer::PauseOnExceptionsState setPauseOnExceptionsState(ScriptDebugServer* scriptDebugServer,… in setPauseOnExceptionsState()63 …ScriptDebugServer::PauseOnExceptionsState presentState = scriptDebugServer->pauseOnExceptionsState… in setPauseOnExceptionsState()74 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = ScriptDebugServer::Dont… in evaluate()99 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = ScriptDebugServer::Dont… in callFunctionOn()121 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = setPauseOnExceptionsSta… in getProperties()
783 ScriptDebugServer::PauseOnExceptionsState pauseState; in setPauseOnExceptions()799 …erver().setPauseOnExceptionsState(static_cast<ScriptDebugServer::PauseOnExceptionsState>(pauseStat… in setPauseOnExceptionsImpl()818 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pau… in evaluateOnCallFrame()861 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pau… in runScript()
64 enum PauseOnExceptionsState { enum69 PauseOnExceptionsState pauseOnExceptionsState();70 void setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState);126 PauseOnExceptionsState m_pauseOnExceptionsState;
35 DebuggerScript.PauseOnExceptionsState = {41 DebuggerScript._pauseOnExceptionsState = DebuggerScript.PauseOnExceptionsState.DontPauseOnException…191 if (DebuggerScript.PauseOnExceptionsState.PauseOnAllExceptions === newState)196 if (DebuggerScript.PauseOnExceptionsState.PauseOnUncaughtExceptions === newState)
147 ScriptDebugServer::PauseOnExceptionsState ScriptDebugServer::pauseOnExceptionsState() in pauseOnExceptionsState()155 return static_cast<ScriptDebugServer::PauseOnExceptionsState>(result->Int32Value()); in pauseOnExceptionsState()158 void ScriptDebugServer::setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState) in setPauseOnExceptionsState()
49 …etting("pauseOnExceptionStateString", WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseO…60 WebInspector.DebuggerModel.PauseOnExceptionsState = {
727 case WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions:730 case WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnAllExceptions:733 case WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions:779 var stateEnum = WebInspector.DebuggerModel.PauseOnExceptionsState;