Searched refs:previousPauseOnExceptionsState (Results 1 – 2 of 2) sorted by relevance
74 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = ScriptDebugServer::Dont… in evaluate() local76 …previousPauseOnExceptionsState = setPauseOnExceptionsState(m_scriptDebugServer, ScriptDebugServer:… in evaluate()84 setPauseOnExceptionsState(m_scriptDebugServer, previousPauseOnExceptionsState); in evaluate()99 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = ScriptDebugServer::Dont… in callFunctionOn() local101 …previousPauseOnExceptionsState = setPauseOnExceptionsState(m_scriptDebugServer, ScriptDebugServer:… in callFunctionOn()109 setPauseOnExceptionsState(m_scriptDebugServer, previousPauseOnExceptionsState); in callFunctionOn()121 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = setPauseOnExceptionsSta… in getProperties() local131 setPauseOnExceptionsState(m_scriptDebugServer, previousPauseOnExceptionsState); in getProperties()
818 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pau… in evaluateOnCallFrame() local820 if (previousPauseOnExceptionsState != ScriptDebugServer::DontPauseOnExceptions) in evaluateOnCallFrame()829 if (scriptDebugServer().pauseOnExceptionsState() != previousPauseOnExceptionsState) in evaluateOnCallFrame()830 scriptDebugServer().setPauseOnExceptionsState(previousPauseOnExceptionsState); in evaluateOnCallFrame()861 …ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = scriptDebugServer().pau… in runScript() local863 if (previousPauseOnExceptionsState != ScriptDebugServer::DontPauseOnExceptions) in runScript()883 if (scriptDebugServer().pauseOnExceptionsState() != previousPauseOnExceptionsState) in runScript()884 scriptDebugServer().setPauseOnExceptionsState(previousPauseOnExceptionsState); in runScript()