for(...; x; ...) if (y) break; → for(...; x&&!y; ...); similarly for `while` and some combinations (i.e. the `break` appears in the `else` clause, etc.) |
||
|---|---|---|
| .. | ||
| blocks.js | ||
| conditionals.js | ||
| dead-code.js | ||
| debugger.js | ||
| drop-unused.js | ||
| issue-12.js | ||
| issue-22.js | ||
| labels.js | ||
| loops.js | ||
| properties.js | ||
| sequences.js | ||