Searched refs:copyArray (Results 1 – 1 of 1) sorted by relevance
3745 this.listeners=oldTag?copyArray(oldTag.listeners):null;3746 this.children=oldTag?copyArray(oldTag.children):[];3747 this.vars=oldTag?copyArray(oldTag.vars):[];3945 this.vars=oldTag?copyArray(oldTag.vars):[];3974 this.children=oldTag?copyArray(oldTag.children):[];4080 }function copyArray(oldArray){var ary=[]; function