Eval implements the Interpretable interface method.
(vars Activation)
| 1263 | |
| 1264 | // Eval implements the Interpretable interface method. |
| 1265 | func (e *evalWatchConst) Eval(vars Activation) ref.Val { |
| 1266 | return e.Exec(AsFrame(vars)) |
| 1267 | } |
| 1268 | |
| 1269 | // evalExhaustiveOr is just like evalOr, but does not short-circuit argument evaluation. |
| 1270 | type evalExhaustiveOr struct { |