(webStream)
| 75679 | } |
| 75680 | yield yield __await(value); |
| 75681 | } |
| 75682 | } finally { |
| 75683 | reader.releaseLock(); |
| 75684 | } |
| 75685 | }); |
| 75686 | } |
| 75687 | function makeAsyncIterable(webStream) { |
| 75688 | if (!webStream[Symbol.asyncIterator]) { |
| 75689 | webStream[Symbol.asyncIterator] = streamAsyncIterator.bind(webStream); |
| 75690 | } |
| 75691 | if (!webStream.values) { |
no outgoing calls
no test coverage detected
searching dependent graphs…