Searched refs:ExceptionBreakState (Results 1 – 7 of 7) sorted by relevance
138 v8::debug::ExceptionBreakState setPauseOnExceptionsState(139 v8::debug::ExceptionBreakState);146 v8::debug::ExceptionBreakState m_previousPauseOnExceptionsState;
50 v8::debug::ExceptionBreakState getPauseOnExceptionsState();51 void setPauseOnExceptionsState(v8::debug::ExceptionBreakState);232 v8::debug::ExceptionBreakState m_pauseOnExceptionsState;
694 v8::debug::ExceptionBreakState InjectedScript::Scope::setPauseOnExceptionsState( in setPauseOnExceptionsState()695 v8::debug::ExceptionBreakState newState) { in setPauseOnExceptionsState()697 v8::debug::ExceptionBreakState presentState = in setPauseOnExceptionsState()
250 v8::debug::ExceptionBreakState V8Debugger::getPauseOnExceptionsState() { in getPauseOnExceptionsState()256 v8::debug::ExceptionBreakState pauseOnExceptionsState) { in setPauseOnExceptionsState()
1036 v8::debug::ExceptionBreakState pauseState; in setPauseOnExceptions()1055 static_cast<v8::debug::ExceptionBreakState>(pauseState)); in setPauseOnExceptionsImpl()
52 enum ExceptionBreakState { enum64 void ChangeBreakOnException(Isolate* isolate, ExceptionBreakState state);
9142 void debug::ChangeBreakOnException(Isolate* isolate, ExceptionBreakState type) { in ChangeBreakOnException()