Eval implements the Interpretable interface method.
(ctx Activation)
| 650 | |
| 651 | // Eval implements the Interpretable interface method. |
| 652 | func (bin *evalBinary) Eval(ctx Activation) ref.Val { |
| 653 | return bin.Exec(AsFrame(ctx)) |
| 654 | } |
| 655 | |
| 656 | // Function implements the InterpretableCall interface method. |
| 657 | func (bin *evalBinary) Function() string { |