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