Home
last modified time | relevance | path

Searched refs:BreakUncaughtException (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug.h44 enum ExceptionBreakType { BreakException = 0, BreakUncaughtException = 1 }; enumerator
Ddebug.cc1002 if (type == BreakUncaughtException) { in ChangeBreakOnException()
1010 if (type == BreakUncaughtException) { in IsBreakOnException()
Ddebug-interface.cc298 internal_isolate->debug()->ChangeBreakOnException(i::BreakUncaughtException, in ChangeBreakOnException()