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