Home | History | Annotate | Download | only in src

Lines Matching refs:CAUGHT

3722     DCHECK(entry >= 0);  // Not found is -1, which is not caught by get().
4321 CAUGHT, // The exception will be caught by the handler.
4322 PROMISE, // The exception will be caught and cause a promise rejection.
4323 DESUGARING, // The exception will be caught, but both the exception and the
4327 ASYNC_AWAIT, // The exception will be caught and cause a promise rejection
5084 // thrown by the code will be caught internally.