()
| 554 | }, |
| 555 | |
| 556 | throw() { |
| 557 | state.detached = true; |
| 558 | if (self.#deleteConsumer(state)) { |
| 559 | self.#tryTrimBuffer(); |
| 560 | } |
| 561 | return { __proto__: null, done: true, value: undefined }; |
| 562 | }, |
| 563 | }; |
| 564 | }, |
| 565 | }; |
nothing calls this directly
no test coverage detected