Home | History | Annotate | Download | only in src

Lines Matching refs:UNCAUGHT

1149       // If the abort-on-uncaught-exception flag is specified, and if the
1150 // embedder didn't specify a custom uncaught exception callback,
1368 if (prediction == HandlerTable::UNCAUGHT) continue;
1375 return HandlerTable::UNCAUGHT;
1400 if (prediction != HandlerTable::UNCAUGHT) return CAUGHT_BY_JAVASCRIPT;
1436 // error reporting if it is uncaught before rescheduling it.
1923 case HandlerTable::UNCAUGHT: