@@ -933,10 +933,10 @@ merge(Compressor.prototype, {
|
||||
def.fixed = false;
|
||||
}
|
||||
}, true);
|
||||
} else if (init instanceof AST_SymbolRef && !init.is_immutable()) {
|
||||
} else if (init instanceof AST_SymbolRef) {
|
||||
var def = init.definition();
|
||||
def.assignments++;
|
||||
def.fixed = false;
|
||||
if (!init.is_immutable()) def.fixed = false;
|
||||
}
|
||||
this.body.walk(tw);
|
||||
pop(tw);
|
||||
|
||||
Reference in New Issue
Block a user