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