Searched refs:ChangeBreakOnException (Results 1 – 5 of 5) sorted by relevance
240 void ChangeBreakOnException(ExceptionBreakType type, bool enable);
64 void ChangeBreakOnException(Isolate* isolate, ExceptionBreakState state);
791 void Debug::ChangeBreakOnException(ExceptionBreakType type, bool enable) { in ChangeBreakOnException() function in v8::internal::Debug
184 v8::debug::ChangeBreakOnException(m_isolate, v8::debug::NoBreakOnException); in enable()259 v8::debug::ChangeBreakOnException(m_isolate, pauseOnExceptionsState); in setPauseOnExceptionsState()
9142 void debug::ChangeBreakOnException(Isolate* isolate, ExceptionBreakState type) { in ChangeBreakOnException() function in v8::debug9144 internal_isolate->debug()->ChangeBreakOnException( in ChangeBreakOnException()9146 internal_isolate->debug()->ChangeBreakOnException(i::BreakUncaughtException, in ChangeBreakOnException()