@@ -3243,6 +3243,7 @@ merge(Compressor.prototype, {
|
||||
}
|
||||
if (isNaN(result)) return compressor.find_parent(AST_With) ? this : result;
|
||||
if (compressor.option("unsafe_math")
|
||||
&& !ignore_side_effects
|
||||
&& result
|
||||
&& typeof result == "number"
|
||||
&& (this.operator == "+" || this.operator == "-")) {
|
||||
|
||||
Reference in New Issue
Block a user