Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.cpp781 …pectorDebuggerAgent::setPauseOnExceptions(ErrorString* errorString, const String& stringPauseState) in setPauseOnExceptions() argument
784 if (stringPauseState == "none") in setPauseOnExceptions()
786 else if (stringPauseState == "all") in setPauseOnExceptions()
788 else if (stringPauseState == "uncaught") in setPauseOnExceptions()
791 *errorString = "Unknown pause on exceptions mode: " + stringPauseState; in setPauseOnExceptions()