Searched refs:setPauseOnExceptions (Results 1 – 6 of 6) sorted by relevance
67 void setPauseOnExceptions(bool);
229 void setPauseOnExceptions(bool pause);
994 static JSValueRef setPauseOnExceptions(JSContextRef ctx, JSObjectRef /*function*/, JSObjectRef this… in setPauseOnExceptions() function1003 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::InspectorController2634 JavaScriptDebugServer::shared().setPauseOnExceptions(pause); in setPauseOnExceptions()
198 void JavaScriptDebugServer::setPauseOnExceptions(bool pause) in setPauseOnExceptions() function in WebCore::JavaScriptDebugServer
760 InspectorController.setPauseOnExceptions(!InspectorController.pauseOnExceptions());
20526 (WebCore::setPauseOnExceptions): Ditto.20528 setPauseOnExceptions and pauseOnExceptions functions to the JS class.20530 (WebCore::InspectorController::setPauseOnExceptions): Ditto.20533 (WebCore::JavaScriptDebugServer::setPauseOnExceptions): Set m_pauseOnExceptions.