Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Dcode.h477 // Use GetBuiltinCatchPrediction to access this.
589 inline HandlerTable::CatchPrediction GetBuiltinCatchPrediction();
H A Dcode-inl.h701 inline HandlerTable::CatchPrediction Code::GetBuiltinCatchPrediction() { in GetBuiltinCatchPrediction() function in v8::internal::Code
/third_party/node/deps/v8/src/execution/
H A Disolate.cc2176 prediction = code->GetCode().GetBuiltinCatchPrediction(); in ThrowInternal()
2258 CatchType prediction = ToCatchType(code->GetBuiltinCatchPrediction()); in ThrowInternal()
2264 CatchType prediction = ToCatchType(code->GetBuiltinCatchPrediction()); in ThrowInternal()
2737 catch_prediction = code.GetBuiltinCatchPrediction(); in ThrowInternal()

Completed in 14 milliseconds