@@ -3635,7 +3635,7 @@ merge(Compressor.prototype, {
|
||||
return !this.is_declared(compressor);
|
||||
});
|
||||
def(AST_Try, function(compressor) {
|
||||
return this.bcatch ? this.bcatch.may_throw(compressor) : any(this.body, compressor)
|
||||
return (this.bcatch ? this.bcatch.may_throw(compressor) : any(this.body, compressor))
|
||||
|| this.bfinally && this.bfinally.may_throw(compressor);
|
||||
});
|
||||
def(AST_Unary, function(compressor) {
|
||||
|
||||
Reference in New Issue
Block a user