Searched refs:__Repeat (Results 1 – 4 of 4) sorted by relevance
509 let repeat = this.elmtId2Repeat_.get(elmtId) as __Repeat<I>;511 repeat = new __Repeat<I>(this, arr);
153 class __Repeat<T> implements RepeatAPI<T> {
1170 let repeat = this.elmtId2Repeat_.get(elmtId) as __Repeat<I>;1172 repeat = new __Repeat<I>(this, arr);
6241 repeat = new __Repeat(this, arr);9043 repeat = new __Repeat(this, arr);10189 class __Repeat { class