Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc2163 HandlerTable::CatchPrediction PredictException(JavaScriptFrame* frame) { in ThrowInternal() function
2246 Isolate::CatchType prediction = ToCatchType(PredictException(js_frame)); in ThrowInternal()
2730 catch_prediction = PredictException(JavaScriptFrame::cast(frame)); in ThrowInternal()