Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc1723 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()
Disolate.h993 NOT_CAUGHT, enumerator
/third_party/node/deps/v8/src/debug/
Ddebug.cc2194 bool uncaught = catch_type == Isolate::NOT_CAUGHT; in OnException()