(defaultValue)
| 10751 | var index = -1; |
| 10752 | |
| 10753 | function createCursor(defaultValue) { |
| 10754 | return { |
| 10755 | current: defaultValue |
| 10756 | }; |
| 10757 | } |
| 10758 | |
| 10759 | function pop(cursor, fiber) { |
| 10760 | if (index < 0) { |
no outgoing calls
no test coverage detected