Home
last modified time | relevance | path

Searched refs:break_on_uncaught_exception_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug.h474 bool break_on_uncaught_exception_; variable
Ddebug.cc89 break_on_uncaught_exception_(false), in Debug()
793 break_on_uncaught_exception_ = enable; in ChangeBreakOnException()
802 return break_on_uncaught_exception_; in IsBreakOnException()
1723 if (!(break_on_uncaught_exception_ || break_on_exception_)) return; in OnException()