Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script.h159 v8::debug::ExceptionBreakState setPauseOnExceptionsState(
160 v8::debug::ExceptionBreakState);
167 v8::debug::ExceptionBreakState m_previousPauseOnExceptionsState;
Dv8-debugger.h75 v8::debug::ExceptionBreakState getPauseOnExceptionsState();
76 void setPauseOnExceptionsState(v8::debug::ExceptionBreakState);
263 v8::debug::ExceptionBreakState m_pauseOnExceptionsState;
Dinjected-script.cc907 v8::debug::ExceptionBreakState InjectedScript::Scope::setPauseOnExceptionsState( in setPauseOnExceptionsState()
908 v8::debug::ExceptionBreakState newState) { in setPauseOnExceptionsState()
910 v8::debug::ExceptionBreakState presentState = in setPauseOnExceptionsState()
Dv8-debugger.cc192 v8::debug::ExceptionBreakState V8Debugger::getPauseOnExceptionsState() { in getPauseOnExceptionsState()
198 v8::debug::ExceptionBreakState pauseOnExceptionsState) { in setPauseOnExceptionsState()
Dv8-debugger-agent-impl.cc1179 v8::debug::ExceptionBreakState pauseState; in setPauseOnExceptions()
1198 static_cast<v8::debug::ExceptionBreakState>(pauseState)); in setPauseOnExceptionsImpl()
/external/v8/src/debug/
Ddebug-interface.h78 enum ExceptionBreakState { enum
90 void ChangeBreakOnException(Isolate* isolate, ExceptionBreakState state);
/external/v8/src/api/
Dapi.cc9559 void debug::ChangeBreakOnException(Isolate* isolate, ExceptionBreakState type) { in ChangeBreakOnException()