Searched defs:pauseState (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorDebuggerAgent.cpp338 ScriptDebugServer::PauseOnExceptionsState pauseState; local
340 pauseState = ScriptDebugServer::DontPauseOnExceptions;
342 pauseState = ScriptDebugServer::PauseOnAllExceptions;
344 pauseState = ScriptDebugServer::PauseOnUncaughtExceptions;
349 scriptDebugServer().setPauseOnExceptionsState(static_cast<ScriptDebugServer::PauseOnExceptionsState>(pauseState));
350 if (scriptDebugServer().pauseOnExceptionsState() != pauseState)

Completed in 68 milliseconds