@@ -2906,9 +2906,12 @@ merge(Compressor.prototype, {
|
||||
var fixed = this.fixed_value();
|
||||
if (!fixed) return true;
|
||||
this._dot_throw = return_true;
|
||||
var result = fixed._dot_throw(compressor);
|
||||
delete this._dot_throw;
|
||||
return result;
|
||||
if (fixed._dot_throw(compressor)) {
|
||||
delete this._dot_throw;
|
||||
return true;
|
||||
}
|
||||
this._dot_throw = return_false;
|
||||
return false;
|
||||
});
|
||||
def(AST_UnaryPrefix, function() {
|
||||
return this.operator == "void";
|
||||
|
||||
Reference in New Issue
Block a user