(ctx, lhs, value)
| 5070 | return {}; |
| 5071 | } |
| 5072 | set(ctx, lhs, value) { |
| 5073 | var target = this.resolve(ctx); |
| 5074 | if (target) ctx.meta.runtime.replaceInDom(target, value); |
| 5075 | } |
| 5076 | }; |
| 5077 | var ClassRef = class _ClassRef extends Expression { |
| 5078 | static grammarName = "classRef"; |
nothing calls this directly
no test coverage detected