Eval implements the Interpretable interface method.
(ctx Activation)
| 450 | |
| 451 | // Eval implements the Interpretable interface method. |
| 452 | func (eq *evalEq) Eval(ctx Activation) ref.Val { |
| 453 | return eq.Exec(AsFrame(ctx)) |
| 454 | } |
| 455 | |
| 456 | // Function implements the InterpretableCall interface method. |
| 457 | func (*evalEq) Function() string { |