@@ -5563,6 +5563,7 @@ merge(Compressor.prototype, {
|
||||
fn = fn.fixed_value();
|
||||
}
|
||||
if (!(fn instanceof AST_Defun || fn instanceof AST_Function)) break;
|
||||
if (fn.rest) break;
|
||||
if (fn.uses_arguments) break;
|
||||
if (fn === call.expression) {
|
||||
if (fn.parent_scope !== self) break;
|
||||
|
||||
Reference in New Issue
Block a user