(cursor, value, fiber)
| 12593 | } |
| 12594 | |
| 12595 | function push(cursor, value, fiber) { |
| 12596 | index++; |
| 12597 | |
| 12598 | valueStack[index] = cursor.current; |
| 12599 | |
| 12600 | { |
| 12601 | fiberStack[index] = fiber; |
| 12602 | } |
| 12603 | |
| 12604 | cursor.current = value; |
| 12605 | } |
| 12606 | |
| 12607 | function checkThatStackIsEmpty() { |
| 12608 | { |
no outgoing calls
no test coverage detected