Searched refs:PauseOnUncaughtExceptions (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/inspector/
H A DJavaScriptDebugServer.h74 PauseOnUncaughtExceptions enumerator in enum:WebCore::JavaScriptDebugServer::PauseOnExceptionsState
H A DJavaScriptDebugServer.cpp552 if (m_pauseOnExceptionsState == PauseOnAllExceptions || (m_pauseOnExceptionsState == PauseOnUncaughtExceptions && !hasHandler))
/external/webkit/WebCore/inspector/front-end/
H A DScriptsPanel.js201 PauseOnUncaughtExceptions: 2
812 else if (InspectorBackend.pauseOnExceptionsState() == WebInspector.ScriptsPanel.PauseOnExceptionsState.PauseOnUncaughtExceptions)
/external/webkit/WebKit/chromium/src/js/
H A DTests.js638 while (WebInspector.currentPanel.pauseOnExceptionButton.state !== WebInspector.ScriptsPanel.PauseOnExceptionsState.PauseOnUncaughtExceptions)

Completed in 78 milliseconds