(cursor, value, fiber)
| 12692 | } |
| 12693 | |
| 12694 | function push(cursor, value, fiber) { |
| 12695 | index++; |
| 12696 | |
| 12697 | valueStack[index] = cursor.current; |
| 12698 | |
| 12699 | { |
| 12700 | fiberStack[index] = fiber; |
| 12701 | } |
| 12702 | |
| 12703 | cursor.current = value; |
| 12704 | } |
| 12705 | |
| 12706 | function checkThatStackIsEmpty() { |
| 12707 | { |
no outgoing calls
no test coverage detected