Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h48 BreakUncaughtException = 1 enumerator
Ddebug.cc822 if (type == BreakUncaughtException) { in ChangeBreakOnException()
831 if (type == BreakUncaughtException) { in IsBreakOnException()
/external/v8/src/
Dapi.cc9101 internal_isolate->debug()->ChangeBreakOnException(i::BreakUncaughtException, in ChangeBreakOnException()