(context, { root: rootVal })
| 4104 | return parser.parseElement("indirectExpression", propertyAccess); |
| 4105 | } |
| 4106 | resolve(context, { root: rootVal }) { |
| 4107 | return context.meta.runtime.resolveProperty(rootVal, this.prop.value); |
| 4108 | } |
| 4109 | get lhs() { |
| 4110 | return { root: this.root }; |
| 4111 | } |
nothing calls this directly
no test coverage detected