(cursor, value, fiber)
| 12599 | } |
| 12600 | |
| 12601 | function push(cursor, value, fiber) { |
| 12602 | index++; |
| 12603 | |
| 12604 | valueStack[index] = cursor.current; |
| 12605 | |
| 12606 | { |
| 12607 | fiberStack[index] = fiber; |
| 12608 | } |
| 12609 | |
| 12610 | cursor.current = value; |
| 12611 | } |
| 12612 | |
| 12613 | function checkThatStackIsEmpty() { |
| 12614 | { |
no outgoing calls
no test coverage detected