Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc172 v8::debug::ExceptionBreakState pauseOnExceptionsState) { in setPauseOnExceptionsState()
174 if (m_pauseOnExceptionsState == pauseOnExceptionsState) return; in setPauseOnExceptionsState()
175 v8::debug::ChangeBreakOnException(m_isolate, pauseOnExceptionsState); in setPauseOnExceptionsState()
176 m_pauseOnExceptionsState = pauseOnExceptionsState; in setPauseOnExceptionsState()
171 setPauseOnExceptionsState( v8::debug::ExceptionBreakState pauseOnExceptionsState) setPauseOnExceptionsState() argument
H A Dv8-debugger-agent-impl.cc47 static const char pauseOnExceptionsState[] = "pauseOnExceptionsState"; member
425 m_state->setInteger(DebuggerAgentState::pauseOnExceptionsState, in disable()
466 m_state->getInteger(DebuggerAgentState::pauseOnExceptionsState, &pauseState); in restore()
1249 m_state->setInteger(DebuggerAgentState::pauseOnExceptionsState, pauseState); in setPauseOnExceptionsImpl()

Completed in 6 milliseconds