Searched refs:ExceptionBreakState (Results 1 – 7 of 7) sorted by relevance
159 v8::debug::ExceptionBreakState setPauseOnExceptionsState(160 v8::debug::ExceptionBreakState);167 v8::debug::ExceptionBreakState m_previousPauseOnExceptionsState;
75 v8::debug::ExceptionBreakState getPauseOnExceptionsState();76 void setPauseOnExceptionsState(v8::debug::ExceptionBreakState);263 v8::debug::ExceptionBreakState m_pauseOnExceptionsState;
907 v8::debug::ExceptionBreakState InjectedScript::Scope::setPauseOnExceptionsState( in setPauseOnExceptionsState()908 v8::debug::ExceptionBreakState newState) { in setPauseOnExceptionsState()910 v8::debug::ExceptionBreakState presentState = in setPauseOnExceptionsState()
192 v8::debug::ExceptionBreakState V8Debugger::getPauseOnExceptionsState() { in getPauseOnExceptionsState()198 v8::debug::ExceptionBreakState pauseOnExceptionsState) { in setPauseOnExceptionsState()
1179 v8::debug::ExceptionBreakState pauseState; in setPauseOnExceptions()1198 static_cast<v8::debug::ExceptionBreakState>(pauseState)); in setPauseOnExceptionsImpl()
78 enum ExceptionBreakState { enum90 void ChangeBreakOnException(Isolate* isolate, ExceptionBreakState state);
9559 void debug::ChangeBreakOnException(Isolate* isolate, ExceptionBreakState type) { in ChangeBreakOnException()