(ctx, lhs, value)
| 4041 | return { root: this.root, target: this.target }; |
| 4042 | } |
| 4043 | set(ctx, lhs, value) { |
| 4044 | var targets = this.resolve(ctx, lhs); |
| 4045 | ctx.meta.runtime.replaceInDom(targets, value); |
| 4046 | } |
| 4047 | }; |
| 4048 | var AsExpression = class _AsExpression extends Expression { |
| 4049 | static grammarName = "asExpression"; |
nothing calls this directly
no test coverage detected