aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-1750.js
AgeCommit message (Collapse)Author
2017-12-01improve switch case compression (#2547)Alex Lam S.L
2017-04-02fix corner case in `switch` (#1765)Alex Lam S.L
2017-04-02fix corner cases in switch and undefined (#1762)Alex Lam S.L
- fix side effects in switch condition for singular blocks - fix `undefined` confusion with local variable - gate `OPT(AST_Switch)` with `switches` fixes #1758 fixes #1759
2017-04-01fix switch branch elimination (#1752)Alex Lam S.L
Merge unreachable case body with previous fallthrough case fixes #1750