(cursor, value, fiber)
| 12472 | } |
| 12473 | |
| 12474 | function push(cursor, value, fiber) { |
| 12475 | index++; |
| 12476 | |
| 12477 | valueStack[index] = cursor.current; |
| 12478 | |
| 12479 | { |
| 12480 | fiberStack[index] = fiber; |
| 12481 | } |
| 12482 | |
| 12483 | cursor.current = value; |
| 12484 | } |
| 12485 | |
| 12486 | function checkThatStackIsEmpty() { |
| 12487 | { |
no outgoing calls
no test coverage detected