Searched refs:pauseState (Results 1 – 2 of 2) sorted by relevance
398 int pauseState = v8::debug::NoBreakOnException; in restore() local399 m_state->getInteger(DebuggerAgentState::pauseOnExceptionsState, &pauseState); in restore()400 setPauseOnExceptionsImpl(pauseState); in restore()1036 v8::debug::ExceptionBreakState pauseState; in setPauseOnExceptions() local1038 pauseState = v8::debug::NoBreakOnException; in setPauseOnExceptions()1040 pauseState = v8::debug::BreakOnAnyException; in setPauseOnExceptions()1042 pauseState = v8::debug::BreakOnUncaughtException; in setPauseOnExceptions()1047 setPauseOnExceptionsImpl(pauseState); in setPauseOnExceptions()1051 void V8DebuggerAgentImpl::setPauseOnExceptionsImpl(int pauseState) { in setPauseOnExceptionsImpl() argument1055 static_cast<v8::debug::ExceptionBreakState>(pauseState)); in setPauseOnExceptionsImpl()[all …]
103 Response setPauseOnExceptions(const String16& pauseState) override;