Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1478 HandlerTable::CatchPrediction PredictException(JavaScriptFrame* frame) { in Throw() function
1558 Isolate::CatchType prediction = ToCatchType(PredictException(js_frame)); in Throw()
2152 catch_prediction = PredictException(JavaScriptFrame::cast(frame)); in Throw()