Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc169 m_pauseOnExceptionsState(v8::debug::NoBreakOnException), in V8Debugger()
185 m_pauseOnExceptionsState = v8::debug::NoBreakOnException; in enable()
252 return m_pauseOnExceptionsState; in getPauseOnExceptionsState()
258 if (m_pauseOnExceptionsState == pauseOnExceptionsState) return; in setPauseOnExceptionsState()
260 m_pauseOnExceptionsState = pauseOnExceptionsState; in setPauseOnExceptionsState()
308 if (m_pauseOnExceptionsState == v8::debug::NoBreakOnException) return; in breakProgramOnAssert()
Dv8-debugger.h232 v8::debug::ExceptionBreakState m_pauseOnExceptionsState; variable