Home
last modified time | relevance | path

Searched refs:copyObject (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
Dpolymer.js5011 this.oldObject_ = this.copyObject(this.value_);
5016 copyObject: function(object) { method
5045 this.oldObject_ = this.copyObject(this.value_);
5082 this.oldObject_ = this.copyObject(this.value_);
5100 copyObject: function(arr) { method
5119 this.oldObject_ = this.copyObject(this.value_);
Dpolymer.min.js12copyObject(this.value_)},copyObject:function(a){var b=Array.isArray(a)?[]:{};for(var c in a)b[c]=a… method