Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-debugger.cc82 m_pauseOnExceptionsState(v8::debug::NoBreakOnException) {} in V8Debugger()
97 m_pauseOnExceptionsState = v8::debug::NoBreakOnException; in enable()
168 return m_pauseOnExceptionsState; in getPauseOnExceptionsState()
174 if (m_pauseOnExceptionsState == pauseOnExceptionsState) return; in setPauseOnExceptionsState()
176 m_pauseOnExceptionsState = pauseOnExceptionsState; in setPauseOnExceptionsState()
241 if (m_pauseOnExceptionsState == v8::debug::NoBreakOnException) return; in breakProgramOnAssert()
Dv8-debugger.h282 v8::debug::ExceptionBreakState m_pauseOnExceptionsState; variable