Searched refs:pauseState (Results 1 – 2 of 2) sorted by relevance
208 int pauseState = v8::debug::NoBreakOnException; in restore() local209 m_state->getInteger(DebuggerAgentState::pauseOnExceptionsState, &pauseState); in restore()210 setPauseOnExceptionsImpl(pauseState); in restore()681 v8::debug::ExceptionBreakState pauseState; in setPauseOnExceptions() local683 pauseState = v8::debug::NoBreakOnException; in setPauseOnExceptions()685 pauseState = v8::debug::BreakOnAnyException; in setPauseOnExceptions()687 pauseState = v8::debug::BreakOnUncaughtException; in setPauseOnExceptions()692 setPauseOnExceptionsImpl(pauseState); in setPauseOnExceptions()696 void V8DebuggerAgentImpl::setPauseOnExceptionsImpl(int pauseState) { in setPauseOnExceptionsImpl() argument698 static_cast<v8::debug::ExceptionBreakState>(pauseState)); in setPauseOnExceptionsImpl()[all …]
91 Response setPauseOnExceptions(const String16& pauseState) override;