Home
last modified time | relevance | path

Searched refs:NoBreakOnException (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-debugger.cc82 m_pauseOnExceptionsState(v8::debug::NoBreakOnException) {} in V8Debugger()
96 v8::debug::ChangeBreakOnException(m_isolate, v8::debug::NoBreakOnException); in enable()
97 m_pauseOnExceptionsState = v8::debug::NoBreakOnException; in enable()
241 if (m_pauseOnExceptionsState == v8::debug::NoBreakOnException) return; in breakProgramOnAssert()
Dinjected-script.cc895 m_previousPauseOnExceptionsState(v8::debug::NoBreakOnException), in Scope()
927 setPauseOnExceptionsState(v8::debug::NoBreakOnException); in ignoreExceptionsAndMuteConsole()
Dv8-debugger-agent-impl.cc426 v8::debug::NoBreakOnException); in disable()
465 int pauseState = v8::debug::NoBreakOnException; in restore()
1231 pauseState = v8::debug::NoBreakOnException; in setPauseOnExceptions()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.h100 NoBreakOnException = 0, enumerator
Ddebug-interface.cc299 type != NoBreakOnException); in ChangeBreakOnException()