Revision 266ddd96399afcdee56d9d58b287f912b8728342 authored by Jann Horn on 14 October 2016, 16:04:39 UTC, committed by Richard van Velzen on 23 October 2016, 19:29:18 UTC
Using the symbol declaration tracking of UglifyJS doesn't make sense here
anyway, `arguments` always comes from something in the current scope.

fixes #1299
1 parent e51c6ba
History
File Mode Size
ast.js -rw-r--r-- 32.9 KB
compress.js -rw-r--r-- 125.5 KB
mozilla-ast.js -rw-r--r-- 21.5 KB
output.js -rw-r--r-- 48.0 KB
parse.js -rw-r--r-- 55.7 KB
propmangle.js -rw-r--r-- 7.3 KB
scope.js -rw-r--r-- 22.9 KB
sourcemap.js -rw-r--r-- 3.6 KB
transform.js -rw-r--r-- 6.8 KB
utils.js -rw-r--r-- 9.3 KB

back to top