()
| 75 | } |
| 76 | |
| 77 | getIterator() { |
| 78 | if (!this.lastEach) this.lastEach = 0 |
| 79 | if (!this.indexes) this.indexes = {} |
| 80 | |
| 81 | this.lastEach += 1 |
| 82 | let iterator = this.lastEach |
| 83 | this.indexes[iterator] = 0 |
| 84 | |
| 85 | return iterator |
| 86 | } |
| 87 | |
| 88 | getProxyProcessor() { |
| 89 | return { |