()
| 209 | }, |
| 210 | |
| 211 | async throw() { |
| 212 | state.detached = true; |
| 213 | state.resolve = null; |
| 214 | state.reject = null; |
| 215 | if (self.#deleteConsumer(state)) { |
| 216 | self.#tryTrimBuffer(); |
| 217 | } |
| 218 | return { __proto__: null, done: true, value: undefined }; |
| 219 | }, |
| 220 | }; |
| 221 | }, |
| 222 | }; |
no test coverage detected