(cursor, value, fiber)
| 11929 | } |
| 11930 | |
| 11931 | function push(cursor, value, fiber) { |
| 11932 | index++; |
| 11933 | |
| 11934 | valueStack[index] = cursor.current; |
| 11935 | |
| 11936 | { |
| 11937 | fiberStack[index] = fiber; |
| 11938 | } |
| 11939 | |
| 11940 | cursor.current = value; |
| 11941 | } |
| 11942 | |
| 11943 | function checkThatStackIsEmpty() { |
| 11944 | { |
no outgoing calls
no test coverage detected