(context)
| 4046 | } |
| 4047 | } |
| 4048 | resolve(context) { |
| 4049 | return context.meta.runtime.resolveSymbol( |
| 4050 | this.name, |
| 4051 | context, |
| 4052 | this.scope, |
| 4053 | this.targetExpr ? this.targetExpr.evaluate(context) : null |
| 4054 | ); |
| 4055 | } |
| 4056 | get lhs() { |
| 4057 | return {}; |
| 4058 | } |
nothing calls this directly
no test coverage detected