Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorRuntimeAgent.cpp60 …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()
DInspectorDebuggerAgent.cpp783 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()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptDebugServer.h64 enum PauseOnExceptionsState { enum
69 PauseOnExceptionsState pauseOnExceptionsState();
70 void setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState);
126 PauseOnExceptionsState m_pauseOnExceptionsState;
DDebuggerScript.js35 DebuggerScript.PauseOnExceptionsState = {
41 DebuggerScript._pauseOnExceptionsState = DebuggerScript.PauseOnExceptionsState.DontPauseOnException…
191 if (DebuggerScript.PauseOnExceptionsState.PauseOnAllExceptions === newState)
196 if (DebuggerScript.PauseOnExceptionsState.PauseOnUncaughtExceptions === newState)
DScriptDebugServer.cpp147 ScriptDebugServer::PauseOnExceptionsState ScriptDebugServer::pauseOnExceptionsState() in pauseOnExceptionsState()
155 return static_cast<ScriptDebugServer::PauseOnExceptionsState>(result->Int32Value()); in pauseOnExceptionsState()
158 void ScriptDebugServer::setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState) in setPauseOnExceptionsState()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDebuggerModel.js49 …etting("pauseOnExceptionStateString", WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseO…
60 WebInspector.DebuggerModel.PauseOnExceptionsState = {
DSourcesPanel.js727 case WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions:
730 case WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnAllExceptions:
733 case WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions:
779 var stateEnum = WebInspector.DebuggerModel.PauseOnExceptionsState;