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.cc49 break_on_uncaught_exception_(false), in Debug()
823 break_on_uncaught_exception_ = enable; in ChangeBreakOnException()
832 return break_on_uncaught_exception_; in IsBreakOnException()
1762 if (!(break_on_uncaught_exception_ || break_on_exception_)) return; in OnException()
Ddebug.h530 bool break_on_uncaught_exception_; variable