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