Searched refs:pauseState (Results 1 – 2 of 2) sorted by relevance
338 ScriptDebugServer::PauseOnExceptionsState pauseState; in setPauseOnExceptions() local340 pauseState = ScriptDebugServer::DontPauseOnExceptions; in setPauseOnExceptions()342 pauseState = ScriptDebugServer::PauseOnAllExceptions; in setPauseOnExceptions()344 pauseState = ScriptDebugServer::PauseOnUncaughtExceptions; in setPauseOnExceptions()349 …er().setPauseOnExceptionsState(static_cast<ScriptDebugServer::PauseOnExceptionsState>(pauseState)); in setPauseOnExceptions()350 if (scriptDebugServer().pauseOnExceptionsState() != pauseState) in setPauseOnExceptions()
98 void setPauseOnExceptions(ErrorString*, const String& pauseState);