(x5)
| 12002 | }); |
| 12003 | } |
| 12004 | function IsReadableStreamBYOBReader(x5) { |
| 12005 | if (!typeIsObject(x5)) { |
| 12006 | return false; |
| 12007 | } |
| 12008 | if (!Object.prototype.hasOwnProperty.call(x5, "_readIntoRequests")) { |
| 12009 | return false; |
| 12010 | } |
| 12011 | return x5 instanceof ReadableStreamBYOBReader2; |
| 12012 | } |
| 12013 | function ReadableStreamBYOBReaderRead(reader, view, min, readIntoRequest) { |
| 12014 | const stream4 = reader._ownerReadableStream; |
| 12015 | stream4._disturbed = true; |
no test coverage detected
searching dependent graphs…