(ph potentialValue)
| 1029 | } |
| 1030 | |
| 1031 | func (i *interpreter) evaluatePV(ph potentialValue) (value, error) { |
| 1032 | return ph.getValue(i) |
| 1033 | } |
| 1034 | |
| 1035 | func (i *interpreter) evaluateTailCall(function *valueFunction, args callArguments, tc tailCallStatus) (value, error) { |
| 1036 | if tc == tailCall { |
no test coverage detected