(cursor, value, fiber)
| 11923 | } |
| 11924 | |
| 11925 | function push(cursor, value, fiber) { |
| 11926 | index++; |
| 11927 | |
| 11928 | valueStack[index] = cursor.current; |
| 11929 | |
| 11930 | { |
| 11931 | fiberStack[index] = fiber; |
| 11932 | } |
| 11933 | |
| 11934 | cursor.current = value; |
| 11935 | } |
| 11936 | |
| 11937 | function checkThatStackIsEmpty() { |
| 11938 | { |
no outgoing calls
no test coverage detected