@@ -3592,10 +3592,7 @@ merge(Compressor.prototype, {
|
||||
key = key._eval(compressor, ignore_side_effects, cached, depth);
|
||||
if (key === prop.key) return this;
|
||||
}
|
||||
if (prop.value instanceof AST_Function) {
|
||||
if (typeof Object.prototype[key] == "function") return this;
|
||||
continue;
|
||||
}
|
||||
if (prop.value instanceof AST_Function && typeof Object.prototype[key] == "function") return this;
|
||||
val[key] = prop.value._eval(compressor, ignore_side_effects, cached, depth);
|
||||
if (val[key] === prop.value) return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user