Lines Matching defs:exception
2527 // CreateCatchContext <exception> <scope_info_idx>
2529 // Creates a new context for a catch block with the |exception| in a register
2532 TNode<Object> exception = LoadRegisterAtOperandIndex(0);
2536 CallRuntime(Runtime::kPushCatchContext, context, exception, scope_info));
2658 // Throws the exception in the accumulator.
2660 TNode<Object> exception = GetAccumulator();
2662 CallRuntime(Runtime::kThrow, context, exception);
2670 // Re-throws the exception in the accumulator.
2672 TNode<Object> exception = GetAccumulator();
2674 CallRuntime(Runtime::kReThrow, context, exception);
2700 // Throws an exception if the value in the accumulator is TheHole.
2721 // Throws an exception if the value in the accumulator is TheHole.
2740 // Throws SuperAlreadyCalled exception if the value in the accumulator is not
2760 // Throws an exception if the value in |constructor| is not in fact a
2959 // runtime exception