aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-1443.js
AgeCommit message (Collapse)Author
2018-01-19enable `unsafe` for `test/ufuzz.js` (#2819)Alex Lam S.L
- introduce `unsafe_undefined` - safer `.toString()` compression Miscellaneous - rename `unsafe_Function`
2017-03-05improve `unsafe` on undefined (#1548)Alex Lam S.L
`unsafe` turns undefined keyword into a variable of the same name if found, but that interferes with other related optimisations. Keep track of such transformations to ensure zero information loss in the process.
2017-02-18fix crash in unsafe replacement of undefinedalexlamsl
remove extraneous call to AST_SymbolRef.reference() closes #1443