| 55427 | const nextItem = this.list[this.bottom]; |
| 55428 | if (nextItem === void 0) |
| 55429 | return null; |
| 55430 | this.list[this.bottom] = void 0; |
| 55431 | this.bottom = this.bottom + 1 & kMask; |
| 55432 | return nextItem; |
nothing calls this directly
no outgoing calls
no test coverage detected