Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h240 void ChangeBreakOnException(ExceptionBreakType type, bool enable);
Ddebug-interface.h64 void ChangeBreakOnException(Isolate* isolate, ExceptionBreakState state);
Ddebug.cc791 void Debug::ChangeBreakOnException(ExceptionBreakType type, bool enable) { in ChangeBreakOnException() function in v8::internal::Debug
/external/v8/src/inspector/
Dv8-debugger.cc184 v8::debug::ChangeBreakOnException(m_isolate, v8::debug::NoBreakOnException); in enable()
259 v8::debug::ChangeBreakOnException(m_isolate, pauseOnExceptionsState); in setPauseOnExceptionsState()
/external/v8/src/
Dapi.cc9142 void debug::ChangeBreakOnException(Isolate* isolate, ExceptionBreakState type) { in ChangeBreakOnException() function in v8::debug
9144 internal_isolate->debug()->ChangeBreakOnException( in ChangeBreakOnException()
9146 internal_isolate->debug()->ChangeBreakOnException(i::BreakUncaughtException, in ChangeBreakOnException()