Home
last modified time | relevance | path

Searched refs:getPauseOnExceptionsState (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-debugger.h42 v8::debug::ExceptionBreakState getPauseOnExceptionsState();
Dinjected-script.cc459 m_inspector->debugger()->getPauseOnExceptionsState(); in setPauseOnExceptionsState()
Dv8-debugger.cc317 v8::debug::ExceptionBreakState V8Debugger::getPauseOnExceptionsState() { in getPauseOnExceptionsState() function in v8_inspector::V8Debugger
Dv8-debugger-agent-impl.cc1200 m_debugger->getPauseOnExceptionsState() == v8::debug::NoBreakOnException) in breakProgramOnException()