Eval implements the Interpretable interface method.
(ctx Activation)
| 506 | |
| 507 | // Eval implements the Interpretable interface method. |
| 508 | func (ne *evalNe) Eval(ctx Activation) ref.Val { |
| 509 | return ne.Exec(AsFrame(ctx)) |
| 510 | } |
| 511 | |
| 512 | // Function implements the InterpretableCall interface method. |
| 513 | func (*evalNe) Function() string { |