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

/external/webkit/Source/WebCore/bindings/v8/
H A DDebuggerScript.js35 DebuggerScript.PauseOnExceptionsState = {
41 DebuggerScript._pauseOnExceptionsState = DebuggerScript.PauseOnExceptionsState.DontPauseOnExceptions;
125 if (DebuggerScript.PauseOnExceptionsState.PauseOnAllExceptions === newState)
130 if (DebuggerScript.PauseOnExceptionsState.PauseOnUncaughtExceptions === newState)
H A DScriptDebugServer.h60 enum PauseOnExceptionsState { enum in class:WebCore::ScriptDebugServer
65 PauseOnExceptionsState pauseOnExceptionsState();
66 void setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState);
110 PauseOnExceptionsState m_pauseOnExceptionsState;
/external/webkit/Source/WebCore/inspector/front-end/
H A DScriptsPanel.js197 WebInspector.ScriptsPanel.PauseOnExceptionsState = {
713 pauseOnExceptionsState = pauseOnExceptionsState || WebInspector.ScriptsPanel.PauseOnExceptionsState.DontPauseOnExceptions;
718 if (pauseOnExceptionsState == WebInspector.ScriptsPanel.PauseOnExceptionsState.DontPauseOnExceptions)
720 else if (pauseOnExceptionsState == WebInspector.ScriptsPanel.PauseOnExceptionsState.PauseOnAllExceptions)
722 else if (pauseOnExceptionsState == WebInspector.ScriptsPanel.PauseOnExceptionsState.PauseOnUncaughtExceptions)
839 var stateEnum = WebInspector.ScriptsPanel.PauseOnExceptionsState;
/external/webkit/Source/WebCore/bindings/js/
H A DScriptDebugServer.h66 enum PauseOnExceptionsState { enum in class:WebCore::ScriptDebugServer
71 PauseOnExceptionsState pauseOnExceptionsState() const { return m_pauseOnExceptionsState; }
72 void setPauseOnExceptionsState(PauseOnExceptionsState);
129 PauseOnExceptionsState m_pauseOnExceptionsState;

Completed in 47 milliseconds