(error)
| 667 | return { __proto__: null, done: true, value: undefined }; |
| 668 | }, |
| 669 | async throw(error) { |
| 670 | queue.consumerThrow(error); |
| 671 | return { __proto__: null, done: true, value: undefined }; |
| 672 | }, |
| 673 | }; |
| 674 | }, |
| 675 | }; |
nothing calls this directly
no test coverage detected