Lines Matching defs:exception
240 // the finally-block has been entered through the exception handler. This
241 // expects the exception to be in the accumulator.
243 // The accumulator contains the exception object.
2175 // exception thrown in the try block, so we just adopt the outer prediction.
2189 // 3. By exiting the try-block with a thrown exception.
2193 // - ThrowStatement: It represents the exception being thrown.
2215 // Record fall-through and exception cases.
2477 // Create a catch scope that binds the exception.
3993 // exception it throws if necessary, including the exception when the return
4049 // Throw this exception inside the try block so that it is
4065 // Reuse context register to store the exception.
4344 // TypeError, we can elide this check. The exception is when there are no
4682 // AsyncGenerator yields (with the exception of the initial yield)
4694 // Generator yields (with the exception of the initial yield) wrap the
5001 // multiple debug events for the same uncaught exception. There is no point
5063 VisitForAccumulatorValue(expr->exception());
6306 // If Type(iterator) is not Object, throw a TypeError exception.
6345 // If Type(iterator) is not Object, throw a TypeError exception.
6904 Register exception = register_allocator()->NewRegister();
6905 builder()->StoreAccumulatorInRegister(exception);
6906 builder()->CreateCatchContext(exception, scope);