Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1154 CatchType prediction = PredictExceptionCatcher(); in Throw()
1379 Isolate::CatchType Isolate::PredictExceptionCatcher() { in Throw() function in v8::internal::Isolate
1915 CatchType prediction = PredictExceptionCatcher(); in Throw()
Disolate.h754 CatchType PredictExceptionCatcher();
/external/v8/src/debug/
Ddebug.cc1742 Isolate::CatchType catch_type = isolate_->PredictExceptionCatcher(); in OnException()