Home
last modified time | relevance | path

Searched refs:pauseState (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc465 int pauseState = v8::debug::NoBreakOnException; in restore() local
466 m_state->getInteger(DebuggerAgentState::pauseOnExceptionsState, &pauseState); in restore()
467 setPauseOnExceptionsImpl(pauseState); in restore()
1229 v8::debug::ExceptionBreakState pauseState; in setPauseOnExceptions()
1231 pauseState = v8::debug::NoBreakOnException; in setPauseOnExceptions()
1233 pauseState = v8::debug::BreakOnAnyException; in setPauseOnExceptions()
1235 pauseState = v8::debug::BreakOnUncaughtException; in setPauseOnExceptions()
1240 setPauseOnExceptionsImpl(pauseState); in setPauseOnExceptions()
1244 void V8DebuggerAgentImpl::setPauseOnExceptionsImpl(int pauseState) { in setPauseOnExceptionsImpl() argument
1248 static_cast<v8::debug::ExceptionBreakState>(pauseState)); in setPauseOnExceptionsImpl()
[all...]
H A Dv8-debugger-agent-impl.h112 Response setPauseOnExceptions(const String16& pauseState) override;

Completed in 4 milliseconds