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