(cursor, value, fiber)
| 12650 | } |
| 12651 | |
| 12652 | function push(cursor, value, fiber) { |
| 12653 | index++; |
| 12654 | |
| 12655 | valueStack[index] = cursor.current; |
| 12656 | |
| 12657 | { |
| 12658 | fiberStack[index] = fiber; |
| 12659 | } |
| 12660 | |
| 12661 | cursor.current = value; |
| 12662 | } |
| 12663 | |
| 12664 | function checkThatStackIsEmpty() { |
| 12665 | { |
no outgoing calls
no test coverage detected