Eval implements the Interpretable interface method.
(ctx Activation)
| 721 | |
| 722 | // Eval implements the Interpretable interface method. |
| 723 | func (fn *evalVarArgs) Eval(ctx Activation) ref.Val { |
| 724 | return fn.Exec(AsFrame(ctx)) |
| 725 | } |
| 726 | |
| 727 | // Function implements the InterpretableCall interface method. |
| 728 | func (fn *evalVarArgs) Function() string { |