(cursor, value, fiber)
| 12850 | } |
| 12851 | |
| 12852 | function push(cursor, value, fiber) { |
| 12853 | index++; |
| 12854 | |
| 12855 | valueStack[index] = cursor.current; |
| 12856 | |
| 12857 | { |
| 12858 | fiberStack[index] = fiber; |
| 12859 | } |
| 12860 | |
| 12861 | cursor.current = value; |
| 12862 | } |
| 12863 | |
| 12864 | function checkThatStackIsEmpty() { |
| 12865 | { |
no outgoing calls
no test coverage detected