@@ -2864,7 +2864,7 @@ merge(Compressor.prototype, {
|
||||
return this.value.may_throw(compressor);
|
||||
});
|
||||
def(AST_Return, function(compressor){
|
||||
return this.value.may_throw(compressor);
|
||||
return this.value && this.value.may_throw(compressor);
|
||||
});
|
||||
def(AST_Sequence, function(compressor){
|
||||
return any(this.expressions, compressor);
|
||||
|
||||
Reference in New Issue
Block a user