(context, { root: rootVal })
| 4374 | return parser.parseElement("indirectExpression", asExpr); |
| 4375 | } |
| 4376 | resolve(context, { root: rootVal }) { |
| 4377 | return context.meta.runtime.convertValue(rootVal, this.conversion); |
| 4378 | } |
| 4379 | }; |
| 4380 | var FunctionCall = class _FunctionCall extends Expression { |
| 4381 | static grammarName = "functionCall"; |
nothing calls this directly
no test coverage detected