Searched refs:m_pauseOnExceptionsState (Results 1 – 2 of 2) sorted by relevance
82 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()
282 v8::debug::ExceptionBreakState m_pauseOnExceptionsState; variable