Home
last modified time | relevance | path

Searched refs:ExceptionBreakState (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/inspector/
Dinjected-script.h138 v8::debug::ExceptionBreakState setPauseOnExceptionsState(
139 v8::debug::ExceptionBreakState);
146 v8::debug::ExceptionBreakState m_previousPauseOnExceptionsState;
Dv8-debugger.h50 v8::debug::ExceptionBreakState getPauseOnExceptionsState();
51 void setPauseOnExceptionsState(v8::debug::ExceptionBreakState);
232 v8::debug::ExceptionBreakState m_pauseOnExceptionsState;
Dinjected-script.cc694 v8::debug::ExceptionBreakState InjectedScript::Scope::setPauseOnExceptionsState( in setPauseOnExceptionsState()
695 v8::debug::ExceptionBreakState newState) { in setPauseOnExceptionsState()
697 v8::debug::ExceptionBreakState presentState = in setPauseOnExceptionsState()
Dv8-debugger.cc250 v8::debug::ExceptionBreakState V8Debugger::getPauseOnExceptionsState() { in getPauseOnExceptionsState()
256 v8::debug::ExceptionBreakState pauseOnExceptionsState) { in setPauseOnExceptionsState()
Dv8-debugger-agent-impl.cc1036 v8::debug::ExceptionBreakState pauseState; in setPauseOnExceptions()
1055 static_cast<v8::debug::ExceptionBreakState>(pauseState)); in setPauseOnExceptionsImpl()
/external/v8/src/debug/
Ddebug-interface.h52 enum ExceptionBreakState { enum
64 void ChangeBreakOnException(Isolate* isolate, ExceptionBreakState state);
/external/v8/src/
Dapi.cc9142 void debug::ChangeBreakOnException(Isolate* isolate, ExceptionBreakState type) { in ChangeBreakOnException()