Searched refs:PauseOnExceptionsState (Results 1 – 6 of 6) sorted by relevance
69 …ebugServer::PauseOnExceptionsState setPauseOnExceptionsState(ScriptDebugServer* scriptDebugServer,… in setPauseOnExceptionsState()72 …ScriptDebugServer::PauseOnExceptionsState presentState = scriptDebugServer->pauseOnExceptionsState… in setPauseOnExceptionsState()83 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = ScriptDebugServer::Dont… in evaluate()108 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = ScriptDebugServer::Dont… in callFunctionOn()130 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = setPauseOnExceptionsSta… in getProperties()
1002 ScriptDebugServer::PauseOnExceptionsState pauseState; in setPauseOnExceptions()1018 …erver().setPauseOnExceptionsState(static_cast<ScriptDebugServer::PauseOnExceptionsState>(pauseStat… in setPauseOnExceptionsImpl()1037 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pau… in evaluateOnCallFrame()1103 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pau… in runScript()
64 enum PauseOnExceptionsState { enum69 PauseOnExceptionsState pauseOnExceptionsState();70 void setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState);137 PauseOnExceptionsState m_pauseOnExceptionsState;
35 DebuggerScript.PauseOnExceptionsState = {47 DebuggerScript._pauseOnExceptionsState = DebuggerScript.PauseOnExceptionsState.DontPauseOnException…213 if (DebuggerScript.PauseOnExceptionsState.PauseOnAllExceptions === newState)218 if (DebuggerScript.PauseOnExceptionsState.PauseOnUncaughtExceptions === newState)
150 ScriptDebugServer::PauseOnExceptionsState ScriptDebugServer::pauseOnExceptionsState() in pauseOnExceptionsState()158 return static_cast<ScriptDebugServer::PauseOnExceptionsState>(result->Int32Value()); in pauseOnExceptionsState()161 void ScriptDebugServer::setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState) in setPauseOnExceptionsState()
75 WebInspector.DebuggerModel.PauseOnExceptionsState = {163 state = WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions;165 state = WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnAllExceptions;167 state = WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions;