| 10913 | const AsyncIteratorPrototype = Object.getPrototypeOf(Object.getPrototypeOf(async function* () { |
| 10914 | }).prototype); |
| 10915 | class ReadableStreamAsyncIteratorImpl { |
| 10916 | constructor(reader, preventCancel) { |
| 10917 | this._ongoingPromise = void 0; |
| 10918 | this._isFinished = false; |
nothing calls this directly
no outgoing calls
no test coverage detected