Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h334 bool break_on_exception() { return break_on_exception_; } in break_on_exception() function
Ddebug.cc2487 debug->break_on_exception())) return; in OnException()
2490 if (!debug->break_on_exception()) return; in OnException()