Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
H A Dinjected-script.h164 v8::debug::ExceptionBreakState setPauseOnExceptionsState(
165 v8::debug::ExceptionBreakState);
172 v8::debug::ExceptionBreakState m_previousPauseOnExceptionsState;
H A Dv8-debugger.h58 v8::debug::ExceptionBreakState getPauseOnExceptionsState();
59 void setPauseOnExceptionsState(v8::debug::ExceptionBreakState);
282 v8::debug::ExceptionBreakState m_pauseOnExceptionsState;
H A Dv8-debugger.cc166 v8::debug::ExceptionBreakState V8Debugger::getPauseOnExceptionsState() { in getPauseOnExceptionsState()
172 v8::debug::ExceptionBreakState pauseOnExceptionsState) { in setPauseOnExceptionsState()
H A Dinjected-script.cc930 v8::debug::ExceptionBreakState InjectedScript::Scope::setPauseOnExceptionsState( in setPauseOnExceptionsState()
931 v8::debug::ExceptionBreakState newState) { in setPauseOnExceptionsState()
933 v8::debug::ExceptionBreakState presentState = in setPauseOnExceptionsState()
H A Dv8-debugger-agent-impl.cc1229 v8::debug::ExceptionBreakState pauseState; in setPauseOnExceptions()
1248 static_cast<v8::debug::ExceptionBreakState>(pauseState)); in setPauseOnExceptionsImpl()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h99 enum ExceptionBreakState { enum
111 void ChangeBreakOnException(Isolate* isolate, ExceptionBreakState state);
H A Ddebug-interface.cc294 void ChangeBreakOnException(Isolate* isolate, ExceptionBreakState type) { in ChangeBreakOnException()

Completed in 12 milliseconds