aboutsummaryrefslogtreecommitdiff
path: root/test/compress/typeof.js
AgeCommit message (Expand)Author
2020-04-25fix corner case in `typeofs` (#3818)...Alex Lam S.L
2019-11-13enhance `evaluate` & `inline` (#3580)Alex Lam S.L
2019-11-01enhance `if_return` (#3560)Alex Lam S.L
2019-10-31enhance `typeofs` (#3556)Alex Lam S.L
2018-07-01fix corner case in `unused`alexlamsl
2018-05-02improve `reduce_vars` (#3112)...Alex Lam S.L
2018-01-05fix corner case with `arguments` as function name (#2729)...Alex Lam S.L
2018-01-04drop `unused` assignment based on `reduce_vars` (#2709)Alex Lam S.L
2018-01-03fix `reduce_vars` on `AST_Defun` (#2708)Alex Lam S.L
2017-12-02improve `evaluate` on `typeof` (#2550)...Alex Lam S.L
2017-12-01convert to number under boolean context (#2545)Alex Lam S.L
2017-03-25fix typeof side-effects (#1669)...Alex Lam S.L
2017-02-28warn & drop `#__PURE__` iff IIFE is dropped (#1511)...Alex Lam S.L
2016-10-06Fix (typeof side_effect()) in boolean context...kzc
2013-04-03Add tests for typeof evaluationRoman Bataev