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.cc44 break_on_uncaught_exception_(false), in Debug()
738 break_on_uncaught_exception_ = enable; in ChangeBreakOnException()
747 return break_on_uncaught_exception_; in IsBreakOnException()
1616 if (!(break_on_uncaught_exception_ || break_on_exception_)) return; in OnException()
Ddebug.h588 bool break_on_uncaught_exception_; variable