Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.cc103 break_on_exception_(false), in Debug()
1005 break_on_exception_ = enable; in ChangeBreakOnException()
1013 return break_on_exception_; in IsBreakOnException()
2190 if (!break_on_exception_ && !break_on_uncaught_exception_) return; in OnException()
2217 if (!uncaught && !break_on_exception_) { in OnException()
Ddebug.h512 bool break_on_exception_; variable