()
| 546 | }, |
| 547 | |
| 548 | return() { |
| 549 | state.detached = true; |
| 550 | if (self.#deleteConsumer(state)) { |
| 551 | self.#tryTrimBuffer(); |
| 552 | } |
| 553 | return { __proto__: null, done: true, value: undefined }; |
| 554 | }, |
| 555 | |
| 556 | throw() { |
| 557 | state.detached = true; |
nothing calls this directly
no test coverage detected