Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.h44 enum ExceptionBreakType { BreakException = 0, BreakUncaughtException = 1 }; enumerator
Ddebug-interface.cc297 i::BreakException, type == BreakOnAnyException); in ChangeBreakOnException()