Eval implements the Interpretable interface method.
(ctx Activation)
| 494 | |
| 495 | // Eval implements the Interpretable interface method. |
| 496 | func (ne *evalNe) Eval(ctx Activation) ref.Val { |
| 497 | return ne.Exec(AsFrame(ctx)) |
| 498 | } |
| 499 | |
| 500 | // Function implements the InterpretableCall interface method. |
| 501 | func (*evalNe) Function() string { |