Home
last modified time | relevance | path

Searched refs:CatchType (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Disolate.cc1722 CatchType prediction = PredictExceptionCatcher(); in CreateMessageOrAbort()
2197 Isolate::CatchType ToCatchType(HandlerTable::CatchPrediction prediction) { in ThrowInternal()
2214 Isolate::CatchType Isolate::PredictExceptionCatcher() { in ThrowInternal()
2246 Isolate::CatchType prediction = ToCatchType(PredictException(js_frame)); in ThrowInternal()
2258 CatchType prediction = ToCatchType(code->GetBuiltinCatchPrediction()); in ThrowInternal()
2264 CatchType prediction = ToCatchType(code->GetBuiltinCatchPrediction()); in ThrowInternal()
2720 CatchType prediction = PredictExceptionCatcher(); in ThrowInternal()
H A Disolate.h992 enum CatchType { enum in v8::internal::final
999 CatchType PredictExceptionCatcher();
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc2192 Isolate::CatchType catch_type = isolate_->PredictExceptionCatcher(); in OnException()

Completed in 25 milliseconds