(x5)
| 11354 | }); |
| 11355 | } |
| 11356 | function IsReadableByteStreamController(x5) { |
| 11357 | if (!typeIsObject(x5)) { |
| 11358 | return false; |
| 11359 | } |
| 11360 | if (!Object.prototype.hasOwnProperty.call(x5, "_controlledReadableByteStream")) { |
| 11361 | return false; |
| 11362 | } |
| 11363 | return x5 instanceof ReadableByteStreamController2; |
| 11364 | } |
| 11365 | function IsReadableStreamBYOBRequest(x5) { |
| 11366 | if (!typeIsObject(x5)) { |
| 11367 | return false; |
no test coverage detected
searching dependent graphs…