()
| 199 | }, |
| 200 | |
| 201 | async return() { |
| 202 | state.detached = true; |
| 203 | state.resolve = null; |
| 204 | state.reject = null; |
| 205 | if (self.#deleteConsumer(state)) { |
| 206 | self.#tryTrimBuffer(); |
| 207 | } |
| 208 | return { __proto__: null, done: true, value: undefined }; |
| 209 | }, |
| 210 | |
| 211 | async throw() { |
| 212 | state.detached = true; |
no test coverage detected