@@ -358,6 +358,7 @@ merge(Compressor.prototype, {
|
||||
|
||||
function is_arguments(def) {
|
||||
if (def.name != "arguments") return false;
|
||||
if (!def.scope.uses_arguments) return false;
|
||||
var orig = def.orig;
|
||||
return orig.length == 1 && orig[0] instanceof AST_SymbolFunarg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user