@@ -5541,7 +5541,9 @@ Compressor.prototype.compress = function(node) {
|
||||
});
|
||||
def(AST_ForEnumeration, function(compressor) {
|
||||
if (this.init.may_throw(compressor)) return true;
|
||||
var obj = this.object.tail_node();
|
||||
var obj = this.object;
|
||||
if (obj.may_throw(compressor)) return true;
|
||||
obj = obj.tail_node();
|
||||
if (!(obj instanceof AST_Array || obj.is_string(compressor))) return true;
|
||||
return this.body.may_throw(compressor);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user