Eval implements the Interpretable interface method.
(ctx Activation)
| 421 | |
| 422 | // Eval implements the Interpretable interface method. |
| 423 | func (and *evalAnd) Eval(ctx Activation) ref.Val { |
| 424 | return and.Exec(AsFrame(ctx)) |
| 425 | } |
| 426 | |
| 427 | type evalEq struct { |
| 428 | id int64 |