Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc172 m_pauseOnExceptionsState(v8::debug::NoBreakOnException), in V8Debugger()
186 m_pauseOnExceptionsState = v8::debug::NoBreakOnException; in enable()
319 return m_pauseOnExceptionsState; in getPauseOnExceptionsState()
325 if (m_pauseOnExceptionsState == pauseOnExceptionsState) return; in setPauseOnExceptionsState()
327 m_pauseOnExceptionsState = pauseOnExceptionsState; in setPauseOnExceptionsState()
Dv8-debugger.h175 v8::debug::ExceptionBreakState m_pauseOnExceptionsState; variable