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.cc45 break_on_uncaught_exception_(false), in Debug()
921 break_on_uncaught_exception_ = enable; in ChangeBreakOnException()
930 return break_on_uncaught_exception_; in IsBreakOnException()
1767 if (!(break_on_uncaught_exception_ || break_on_exception_)) return; in OnException()
Ddebug.h657 bool break_on_uncaught_exception_; variable