Home
last modified time | relevance | path

Searched refs:setCaptureCallStackForUncaughtExceptions (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorConsoleAgent.cpp93 ScriptController::setCaptureCallStackForUncaughtExceptions(true); in enable()
115 ScriptController::setCaptureCallStackForUncaughtExceptions(false); in disable()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptController.h120 static void setCaptureCallStackForUncaughtExceptions(bool);
DScriptController.cpp423 void ScriptController::setCaptureCallStackForUncaughtExceptions(bool value) in setCaptureCallStackForUncaughtExceptions() function in WebCore::ScriptController