Searched refs:NOT_CAUGHT (Results 1 – 3 of 3) sorted by relevance
1723 if ((prediction == NOT_CAUGHT || prediction == CAUGHT_BY_EXTERNAL) && in CreateMessageOrAbort()2200 return Isolate::NOT_CAUGHT; in ThrowInternal()2247 if (prediction == NOT_CAUGHT) break; in ThrowInternal()2259 if (prediction != NOT_CAUGHT) return prediction; in ThrowInternal()2265 if (prediction != NOT_CAUGHT) return prediction; in ThrowInternal()2275 return NOT_CAUGHT; in ThrowInternal()2721 if (prediction == NOT_CAUGHT || prediction == CAUGHT_BY_EXTERNAL) { in ThrowInternal()
993 NOT_CAUGHT, enumerator
2194 bool uncaught = catch_type == Isolate::NOT_CAUGHT; in OnException()