(cursor, value, fiber)
| 11832 | } |
| 11833 | |
| 11834 | function push(cursor, value, fiber) { |
| 11835 | index++; |
| 11836 | |
| 11837 | valueStack[index] = cursor.current; |
| 11838 | |
| 11839 | { |
| 11840 | fiberStack[index] = fiber; |
| 11841 | } |
| 11842 | |
| 11843 | cursor.current = value; |
| 11844 | } |
| 11845 | |
| 11846 | function checkThatStackIsEmpty() { |
| 11847 | { |
no outgoing calls
no test coverage detected