Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc1722 CatchType prediction = PredictExceptionCatcher(); in CreateMessageOrAbort()
2214 Isolate::CatchType Isolate::PredictExceptionCatcher() { in ThrowInternal() function in v8::internal::Isolate
2720 CatchType prediction = PredictExceptionCatcher(); in ThrowInternal()
Disolate.h999 CatchType PredictExceptionCatcher();
/third_party/node/deps/v8/src/debug/
Ddebug.cc2192 Isolate::CatchType catch_type = isolate_->PredictExceptionCatcher(); in OnException()