@@ -1468,7 +1468,7 @@ merge(Compressor.prototype, {
|
||||
if (node instanceof AST_Call) {
|
||||
var fn = node.expression;
|
||||
if (fn instanceof AST_SymbolRef) {
|
||||
if (fn.definition().recursive_refs > 0) return true;
|
||||
if (recursive_ref(compressor, fn.definition())) return true;
|
||||
fn = fn.fixed_value();
|
||||
}
|
||||
if (!(fn instanceof AST_Lambda)) return true;
|
||||
|
||||
Reference in New Issue
Block a user