(resultCount int)
| 282 | } |
| 283 | |
| 284 | func (l *State) adjustResults(resultCount int) { |
| 285 | if resultCount == MultipleReturns && l.callInfo.top < l.top { |
| 286 | l.callInfo.setTop(l.top) |
| 287 | } |
| 288 | } |
| 289 | |
| 290 | func (l *State) apiIncrementTop() { |
| 291 | l.top++ |
no test coverage detected