Searched refs:skipThrow (Results 1 – 3 of 3) sorted by relevance
147 let skipThrow = new Label();150 pg.condition(this.node, ts.SyntaxKind.ExclamationEqualsToken, exception, skipThrow);156 pg.label(this.node, skipThrow);
139 Label skipThrow; in StackOverflowCheck() local142 __ B(Condition::GT, &skipThrow); in StackOverflowCheck()145 __ Bind(&skipThrow); in StackOverflowCheck()
1120 auto *skipThrow = AllocLabel(); in EmitRethrow() local1131 ra_.Emit<Jeqz>(node, skipThrow); in EmitRethrow()1137 SetLabel(node, skipThrow); in EmitRethrow()