(cursor, value, fiber)
| 12737 | } |
| 12738 | |
| 12739 | function push(cursor, value, fiber) { |
| 12740 | index++; |
| 12741 | |
| 12742 | valueStack[index] = cursor.current; |
| 12743 | |
| 12744 | { |
| 12745 | fiberStack[index] = fiber; |
| 12746 | } |
| 12747 | |
| 12748 | cursor.current = value; |
| 12749 | } |
| 12750 | |
| 12751 | function checkThatStackIsEmpty() { |
| 12752 | { |
no outgoing calls
no test coverage detected