@@ -1490,7 +1490,7 @@ merge(Compressor.prototype, {
|
||||
lhs = lhs.fixed_value();
|
||||
}
|
||||
if (!lhs) return true;
|
||||
if (lhs.is_constant()) return true;
|
||||
if (lhs.tail_node().is_constant()) return true;
|
||||
return is_lhs_read_only(lhs, compressor);
|
||||
}
|
||||
if (lhs instanceof AST_SymbolRef) {
|
||||
|
||||
Reference in New Issue
Block a user