@@ -456,7 +456,7 @@ merge(Compressor.prototype, {
|
||||
}
|
||||
|
||||
function can_drop_symbol(ref, compressor, keep_lambda) {
|
||||
var def = ref.definition();
|
||||
var def = ref.redef || ref.definition();
|
||||
if (ref.in_arg && is_funarg(def)) return false;
|
||||
return all(def.orig, function(sym) {
|
||||
if (sym instanceof AST_SymbolConst || sym instanceof AST_SymbolLet) {
|
||||
|
||||
Reference in New Issue
Block a user