(name)
| 10908 | }); |
| 10909 | } |
| 10910 | function defaultReaderBrandCheckException(name) { |
| 10911 | return new TypeError(`ReadableStreamDefaultReader.prototype.${name} can only be used on a ReadableStreamDefaultReader`); |
| 10912 | } |
| 10913 | const AsyncIteratorPrototype = Object.getPrototypeOf(Object.getPrototypeOf(async function* () { |
| 10914 | }).prototype); |
| 10915 | class ReadableStreamAsyncIteratorImpl { |
no outgoing calls
no test coverage detected
searching dependent graphs…