UglifyJS/test
Alex Lam S.L a8c67ea353 fix bugs with getter/setter (#1926)
- `reduce_vars`
- `side_effects`
- property access for object
- `AST_SymbolAccessor` as key names

enhance `test/ufuzz.js`
- add object getter & setter
  - property assignment to setter
  - avoid infinite recursion in setter
- fix & adjust assignment operators
  - 50% `=`
  - 25% `+=`
  - 2.5% each for the rest
- avoid "Invalid array length"
- fix `console.log()`
  - bypass getter
  - curb recursive reference
- deprecate `-E`, always report runtime errors
2017-05-15 18:22:43 +08:00
..
compress fix bugs with getter/setter (#1926) 2017-05-15 18:22:43 +08:00
input fix parser bugs & CLI reporting (#1827) 2017-05-15 18:18:04 +08:00
mocha fix bugs with getter/setter (#1926) 2017-05-15 18:22:43 +08:00
benchmark.js backport test scripts 2017-05-06 23:48:28 +08:00
jetstream.js add benchmark & JetStream tests 2017-02-21 13:29:58 +08:00
mocha.js Add mocha tests 2015-12-27 22:38:20 +01:00
mozilla-ast.js metadata cleanup (#1630) 2017-03-23 01:31:46 +08:00
run-tests.js implement test/sandbox.js (#1749) 2017-04-01 05:47:11 +08:00
sandbox.js fix bugs with getter/setter (#1926) 2017-05-15 18:22:43 +08:00
sourcemaps.js Fix #836 2015-10-20 19:48:56 +01:00
ufuzz.js fix bugs with getter/setter (#1926) 2017-05-15 18:22:43 +08:00
ufuzz.json extend ufuzz generator (#1783) 2017-04-07 18:47:30 +08:00