aboutsummaryrefslogtreecommitdiff
path: root/test/compress/arrays.js
AgeCommit message (Expand)Author
2017-02-21improve string concatenation...alexlamsl
2017-02-21fixes & improvements to [].join()...alexlamsl
2017-01-26update test (#1441)...Alex Lam S.L
2017-01-26augment evaluate to extract within objects (#1425)...Alex Lam S.L
2013-09-22More attempts to determine when addition is associative...Mihai Bazon
2013-09-22Actually let's move away those monsters from the evaluate function...Mihai Bazon
2013-09-22More dirty handling of [ ... ].join() in unsafe mode...Mihai Bazon
2013-09-22Evaluate [...].join() if possible: minor bugfix...Dan Wolff
2013-09-19When `unsafe` is set, evaluate [...].join() if possible...Mihai Bazon
2013-07-18Fix output for arrays whose last element is a hole: [1,,]...David Glasser
2013-01-17Fix output for arrays containing undefined values....David Glasser