Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptController.h120 static void setCaptureCallStackForUncaughtExceptions(bool);
DScriptController.cpp438 void ScriptController::setCaptureCallStackForUncaughtExceptions(bool value) in setCaptureCallStackForUncaughtExceptions() function in blink::ScriptController
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorConsoleAgent.cpp102 ScriptController::setCaptureCallStackForUncaughtExceptions(true); in enable()
125 ScriptController::setCaptureCallStackForUncaughtExceptions(false); in disable()