@@ -3308,7 +3308,7 @@ merge(Compressor.prototype, {
|
||||
}
|
||||
var op = this.operator;
|
||||
var node;
|
||||
if (HOP(lhs, "_eval") || !(lhs instanceof AST_SymbolRef) || !lhs.fixed_value()) {
|
||||
if (HOP(lhs, "_eval") || !(lhs instanceof AST_SymbolRef) || !lhs.fixed || !lhs.definition().fixed) {
|
||||
node = op == "=" ? this.right : make_node(AST_Binary, this, {
|
||||
operator: op.slice(0, -1),
|
||||
left: lhs,
|
||||
|
||||
Reference in New Issue
Block a user