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

/external/v8/src/inspector/
H A Dv8-debugger.h175 v8::debug::ExceptionBreakState m_pauseOnExceptionsState; member in class:v8_inspector::V8Debugger
H A Dv8-debugger.cc172 m_pauseOnExceptionsState(v8::debug::NoBreakOnException),
186 m_pauseOnExceptionsState = v8::debug::NoBreakOnException;
319 return m_pauseOnExceptionsState;
325 if (m_pauseOnExceptionsState == pauseOnExceptionsState) return;
327 m_pauseOnExceptionsState = pauseOnExceptionsState;

Completed in 81 milliseconds