@@ -3776,7 +3776,8 @@ merge(Compressor.prototype, {
|
||||
def(AST_Null, return_true);
|
||||
def(AST_Object, function(compressor, force) {
|
||||
return is_strict(compressor, force) && !all(this.properties, function(prop) {
|
||||
return prop instanceof AST_ObjectKeyVal;
|
||||
if (!(prop instanceof AST_ObjectKeyVal)) return false;
|
||||
return !(prop.key == "__proto__" && prop.value._dot_throw(compressor, force));
|
||||
});
|
||||
});
|
||||
def(AST_ObjectIdentity, function(compressor, force) {
|
||||
|
||||
Reference in New Issue
Block a user