Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h47 BreakUncaughtException = 1 enumerator
Ddebug.cc792 if (type == BreakUncaughtException) { in ChangeBreakOnException()
801 if (type == BreakUncaughtException) { in IsBreakOnException()
/external/v8/src/
Dapi.cc9146 internal_isolate->debug()->ChangeBreakOnException(i::BreakUncaughtException, in ChangeBreakOnException()