(cursor, value, fiber)
| 11960 | } |
| 11961 | |
| 11962 | function push(cursor, value, fiber) { |
| 11963 | index++; |
| 11964 | |
| 11965 | valueStack[index] = cursor.current; |
| 11966 | |
| 11967 | { |
| 11968 | fiberStack[index] = fiber; |
| 11969 | } |
| 11970 | |
| 11971 | cursor.current = value; |
| 11972 | } |
| 11973 | |
| 11974 | function checkThatStackIsEmpty() { |
| 11975 | { |
no outgoing calls
no test coverage detected