Searched refs:copyObject (Results 1 – 2 of 2) sorted by relevance
5011 this.oldObject_ = this.copyObject(this.value_);5016 copyObject: function(object) { method5045 this.oldObject_ = this.copyObject(this.value_);5082 this.oldObject_ = this.copyObject(this.value_);5100 copyObject: function(arr) { method5119 this.oldObject_ = this.copyObject(this.value_);
12 …copyObject(this.value_)},copyObject:function(a){var b=Array.isArray(a)?[]:{};for(var c in a)b[c]=a… method