(context, { root: rootVal })
| 4066 | return parser.parseElement("indirectExpression", asExpr); |
| 4067 | } |
| 4068 | resolve(context, { root: rootVal }) { |
| 4069 | return context.meta.runtime.convertValue(rootVal, this.conversion); |
| 4070 | } |
| 4071 | }; |
| 4072 | var FunctionCall = class _FunctionCall extends Expression { |
| 4073 | static grammarName = "functionCall"; |
nothing calls this directly
no test coverage detected