Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script.cc421 m_previousPauseOnExceptionsState(v8::DebugInterface::NoBreakOnException), in Scope()
450 m_previousPauseOnExceptionsState = in ignoreExceptionsAndMuteConsole()
481 setPauseOnExceptionsState(m_previousPauseOnExceptionsState); in ~Scope()
Dinjected-script.h131 v8::DebugInterface::ExceptionBreakState m_previousPauseOnExceptionsState; variable