Searched defs:PauseOnExceptionsState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptDebugServer.h65 enum PauseOnExceptionsState { enum in class:WebCore::ScriptDebugServer
70 PauseOnExceptionsState pauseOnExceptionsState();
71 void setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState);
133 PauseOnExceptionsState m_pauseOnExceptionsState;
H A DDebuggerScript.js35 DebuggerScript.PauseOnExceptionsState = {
47 DebuggerScript._pauseOnExceptionsState = DebuggerScript.PauseOnExceptionsState.DontPauseOnExceptions;
197 if (DebuggerScript.PauseOnExceptionsState.PauseOnAllExceptions === newState)
202 if (DebuggerScript.PauseOnExceptionsState.PauseOnUncaughtExceptions === newState)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DDebuggerModel.js73 WebInspector.DebuggerModel.PauseOnExceptionsState = {
164 state = WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions;
166 state = WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnAllExceptions;
168 state = WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions;

Completed in 133 milliseconds