(ctx, lhs, value)
| 4209 | return { root: this.root, index: this.firstIndex }; |
| 4210 | } |
| 4211 | set(ctx, lhs, value) { |
| 4212 | ctx.meta.runtime.nullCheck(lhs.root, this.root); |
| 4213 | lhs.root[lhs.index] = value; |
| 4214 | } |
| 4215 | }; |
| 4216 | var MathOperator = class _MathOperator extends Expression { |
| 4217 | static grammarName = "mathOperator"; |