Searched refs:ExceptionBreakState (Results 1 – 7 of 7) sorted by relevance
123 v8::debug::ExceptionBreakState setPauseOnExceptionsState(124 v8::debug::ExceptionBreakState);131 v8::debug::ExceptionBreakState m_previousPauseOnExceptionsState;
42 v8::debug::ExceptionBreakState getPauseOnExceptionsState();43 void setPauseOnExceptionsState(v8::debug::ExceptionBreakState);175 v8::debug::ExceptionBreakState m_pauseOnExceptionsState;
455 v8::debug::ExceptionBreakState InjectedScript::Scope::setPauseOnExceptionsState( in setPauseOnExceptionsState()456 v8::debug::ExceptionBreakState newState) { in setPauseOnExceptionsState()458 v8::debug::ExceptionBreakState presentState = in setPauseOnExceptionsState()
317 v8::debug::ExceptionBreakState V8Debugger::getPauseOnExceptionsState() { in getPauseOnExceptionsState()323 v8::debug::ExceptionBreakState pauseOnExceptionsState) { in setPauseOnExceptionsState()
681 v8::debug::ExceptionBreakState pauseState; in setPauseOnExceptions()698 static_cast<v8::debug::ExceptionBreakState>(pauseState)); in setPauseOnExceptionsImpl()
81 enum ExceptionBreakState { enum93 void ChangeBreakOnException(Isolate* isolate, ExceptionBreakState state);
9097 void debug::ChangeBreakOnException(Isolate* isolate, ExceptionBreakState type) { in ChangeBreakOnException()