Exec evaluates the expression within the given ExecutionFrame.
(frame *ExecutionFrame)
| 44 | |
| 45 | // Exec evaluates the expression within the given ExecutionFrame. |
| 46 | Exec(frame *ExecutionFrame) ref.Val |
| 47 | } |
| 48 | |
| 49 | // adaptToV2 adapts a V1 Interpretable implementation to the V2 interface. |
no outgoing calls