UglifyJS/test
Alex Lam S.L 57ce5bd9e0 handle overlapped variable definitions (#1691)
Process variable definitions with or without assigned values against:
- `arguments`
- named function arguments
- multiple definitions within same scope

Essentially demote variable declarations with no value assignments.

Also fixed invalid use of `AST_VarDef` over `arguments` - should use a member of `AST_SymbolDeclaration` instead.
2017-03-27 01:30:21 +08:00
..
compress handle overlapped variable definitions (#1691) 2017-03-27 01:30:21 +08:00
input fix expect_stdout (#1642) 2017-03-24 13:19:50 +08:00
mocha improve error marker placement (#1644) 2017-03-24 14:28:40 +08:00
benchmark.js include benchmark.js in test suite (#1564) 2017-03-07 19:25:12 +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 fix expect_stdout (#1642) 2017-03-24 13:19:50 +08:00
sourcemaps.js Fix #836 2015-10-20 19:48:56 +01:00
ufuzz.js ufuzz: workaround function name and toString() (#1688) 2017-03-26 18:18:44 +08:00