(ctx, lhs, value)
| 4350 | return { root: this.root, target: this.target }; |
| 4351 | } |
| 4352 | set(ctx, lhs, value) { |
| 4353 | var targets = this.resolve(ctx, lhs); |
| 4354 | ctx.meta.runtime.replaceInDom(targets, value); |
| 4355 | } |
| 4356 | }; |
| 4357 | var AsExpression = class _AsExpression extends Expression { |
| 4358 | static grammarName = "asExpression"; |
nothing calls this directly
no test coverage detected