Compare commits
1 Commits
0.9.38-bet
...
0.9.39-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
7f275095a2
|
@@ -10,7 +10,7 @@ public class ContinueStatement extends Statement {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void compile(CompileResult target, boolean pollute) {
|
public void compile(CompileResult target, boolean pollute) {
|
||||||
target.add(Instruction.nop(loc(), "cont", label));
|
target.add(Instruction.nop("cont", label));
|
||||||
if (pollute) target.add(Instruction.pushUndefined());
|
if (pollute) target.add(Instruction.pushUndefined());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user