Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.cc104 break_on_uncaught_exception_(false), in Debug()
1003 break_on_uncaught_exception_ = enable; in ChangeBreakOnException()
1011 return break_on_uncaught_exception_; in IsBreakOnException()
2190 if (!break_on_exception_ && !break_on_uncaught_exception_) return; in OnException()
2218 DCHECK(break_on_uncaught_exception_); in OnException()
Ddebug.h514 bool break_on_uncaught_exception_; variable