Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate.cc1576 CatchType prediction = PredictExceptionCatcher(); in CreateMessageOrAbort()
1988 Isolate::CatchType Isolate::PredictExceptionCatcher() { in ThrowInternal() function in v8::internal::Isolate
2516 CatchType prediction = PredictExceptionCatcher(); in ThrowInternal()
Disolate.h884 CatchType PredictExceptionCatcher();
/external/v8/src/debug/
Ddebug.cc1833 Isolate::CatchType catch_type = isolate_->PredictExceptionCatcher(); in OnException()