(ctx, lhs, value)
| 4729 | return {}; |
| 4730 | } |
| 4731 | set(ctx, lhs, value) { |
| 4732 | var target = this.resolve(ctx); |
| 4733 | if (target) ctx.meta.runtime.replaceInDom(target, value); |
| 4734 | } |
| 4735 | }; |
| 4736 | var ClassRef = class _ClassRef extends Expression { |
| 4737 | static grammarName = "classRef"; |
nothing calls this directly
no test coverage detected