(context)
| 3764 | } |
| 3765 | } |
| 3766 | resolve(context) { |
| 3767 | return context.meta.runtime.resolveSymbol( |
| 3768 | this.name, |
| 3769 | context, |
| 3770 | this.scope, |
| 3771 | this.targetExpr ? this.targetExpr.evaluate(context) : null |
| 3772 | ); |
| 3773 | } |
| 3774 | get lhs() { |
| 3775 | return {}; |
| 3776 | } |
nothing calls this directly
no test coverage detected