@@ -13340,6 +13340,7 @@ Compressor.prototype.compress = function(node) {
|
||||
def.single_use = false;
|
||||
if (!in_loop) return;
|
||||
if (def.references.length == def.replaced) return;
|
||||
if (def.orig.length == def.eliminated) return;
|
||||
if (def.orig.length == 1 && fn.functions.has(name)) return;
|
||||
if (!all(def.orig, function(sym) {
|
||||
if (sym instanceof AST_SymbolConst) return false;
|
||||
|
||||
Reference in New Issue
Block a user