Home | History | Annotate | Download | only in parsing

Lines Matching defs:rethrow

4755   //       %ReThrow(e);
4814 // %ReThrow(e);
4823 Statement* rethrow;
4824 // We use %ReThrow rather than the ordinary throw because we want to
4831 rethrow = factory()->NewExpressionStatement(
4837 catch_block->statements()->Add(rethrow, zone());
5044 // %ReThrow(e);