(cursor, value, fiber)
| 12634 | } |
| 12635 | |
| 12636 | function push(cursor, value, fiber) { |
| 12637 | index++; |
| 12638 | |
| 12639 | valueStack[index] = cursor.current; |
| 12640 | |
| 12641 | { |
| 12642 | fiberStack[index] = fiber; |
| 12643 | } |
| 12644 | |
| 12645 | cursor.current = value; |
| 12646 | } |
| 12647 | |
| 12648 | function checkThatStackIsEmpty() { |
| 12649 | { |
no outgoing calls
no test coverage detected