(expression: Expression, args: Expression[])
| 222 | } |
| 223 | |
| 224 | export function funcrefCall(expression: Expression, args: Expression[]): FuncrefCallExpression { |
| 225 | return { |
| 226 | type: 'funcrefCall', |
| 227 | expression, |
| 228 | args, |
| 229 | }; |
| 230 | } |
no outgoing calls
no test coverage detected