aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/arguments.js
AgeCommit message (Collapse)Author
2017-05-08deprecate low level API (#1877)Alex Lam S.L
fixes #1872
2016-10-23fix uses_arguments handling (broken since 6605d1578351)Jann Horn
Using the symbol declaration tracking of UglifyJS doesn't make sense here anyway, `arguments` always comes from something in the current scope. fixes #1299
2016-01-15Make arguments test slightly more strictAnthony Van de Gejuchte
2016-01-14Add scope test for argumentsAnthony Van de Gejuchte