Eval implements the Interpretable interface method.
(vars Activation)
| 1127 | |
| 1128 | // Eval implements the Interpretable interface method. |
| 1129 | func (e *evalWatchAttr) Eval(vars Activation) ref.Val { |
| 1130 | return e.Exec(AsFrame(vars)) |
| 1131 | } |
| 1132 | |
| 1133 | // evalWatchConstQual observes the qualification of an object using a constant boolean, int, |
| 1134 | // string, or uint. |