(context, { root: rootVal })
| 3822 | return parser.parseElement("indirectExpression", propertyAccess); |
| 3823 | } |
| 3824 | resolve(context, { root: rootVal }) { |
| 3825 | return context.meta.runtime.resolveProperty(rootVal, this.prop.value); |
| 3826 | } |
| 3827 | get lhs() { |
| 3828 | return { root: this.root }; |
| 3829 | } |
nothing calls this directly
no test coverage detected