Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1151 CatchType prediction = PredictExceptionCatcher(); in Throw()
1375 Isolate::CatchType Isolate::PredictExceptionCatcher() { in Throw() function in v8::internal::Isolate
1808 CatchType prediction = PredictExceptionCatcher(); in Throw()
Disolate.h752 CatchType PredictExceptionCatcher();
/external/v8/src/debug/
Ddebug.cc1754 Isolate::CatchType catch_type = isolate_->PredictExceptionCatcher(); in OnException()