(opts)
| 995 | this.iterable = iterable; |
| 996 | } |
| 997 | render(opts) { |
| 998 | return `for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})` + super.render(opts); |
| 999 | } |
| 1000 | optimizeNames(names, constants) { |
| 1001 | if (!super.optimizeNames(names, constants)) |
| 1002 | return; |