Home
last modified time | relevance | path

Searched refs:PauseOnExceptionsState (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorRuntimeAgent.cpp69 …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()
DInspectorDebuggerAgent.cpp1002 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()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptDebugServer.h64 enum PauseOnExceptionsState { enum
69 PauseOnExceptionsState pauseOnExceptionsState();
70 void setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState);
137 PauseOnExceptionsState m_pauseOnExceptionsState;
DDebuggerScript.js35 DebuggerScript.PauseOnExceptionsState = {
47 DebuggerScript._pauseOnExceptionsState = DebuggerScript.PauseOnExceptionsState.DontPauseOnException…
213 if (DebuggerScript.PauseOnExceptionsState.PauseOnAllExceptions === newState)
218 if (DebuggerScript.PauseOnExceptionsState.PauseOnUncaughtExceptions === newState)
DScriptDebugServer.cpp150 ScriptDebugServer::PauseOnExceptionsState ScriptDebugServer::pauseOnExceptionsState() in pauseOnExceptionsState()
158 return static_cast<ScriptDebugServer::PauseOnExceptionsState>(result->Int32Value()); in pauseOnExceptionsState()
161 void ScriptDebugServer::setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState) in setPauseOnExceptionsState()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DDebuggerModel.js75 WebInspector.DebuggerModel.PauseOnExceptionsState = {
163 state = WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions;
165 state = WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnAllExceptions;
167 state = WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions;