Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/
DJavaScriptDebugServer.h67 void setPauseOnExceptions(bool);
DInspectorController.h229 void setPauseOnExceptions(bool pause);
DInspectorController.cpp994 static JSValueRef setPauseOnExceptions(JSContextRef ctx, JSObjectRef /*function*/, JSObjectRef this… in setPauseOnExceptions() function
1003 controller->setPauseOnExceptions(JSValueToBoolean(ctx, arguments[0])); in setPauseOnExceptions()
1580 { "setPauseOnExceptions", WebCore::setPauseOnExceptions, kJSPropertyAttributeNone }, in windowScriptObjectAvailable()
2632 void InspectorController::setPauseOnExceptions(bool pause) in setPauseOnExceptions() function in WebCore::InspectorController
2634 JavaScriptDebugServer::shared().setPauseOnExceptions(pause); in setPauseOnExceptions()
DJavaScriptDebugServer.cpp198 void JavaScriptDebugServer::setPauseOnExceptions(bool pause) in setPauseOnExceptions() function in WebCore::JavaScriptDebugServer
/external/webkit/WebCore/inspector/front-end/
DScriptsPanel.js760 InspectorController.setPauseOnExceptions(!InspectorController.pauseOnExceptions());
/external/webkit/WebCore/
DChangeLog-2008-08-1020526 (WebCore::setPauseOnExceptions): Ditto.
20528 setPauseOnExceptions and pauseOnExceptions functions to the JS class.
20530 (WebCore::InspectorController::setPauseOnExceptions): Ditto.
20533 (WebCore::JavaScriptDebugServer::setPauseOnExceptions): Set m_pauseOnExceptions.