(x5)
| 12736 | }); |
| 12737 | } |
| 12738 | function IsWritableStreamDefaultController(x5) { |
| 12739 | if (!typeIsObject(x5)) { |
| 12740 | return false; |
| 12741 | } |
| 12742 | if (!Object.prototype.hasOwnProperty.call(x5, "_controlledWritableStream")) { |
| 12743 | return false; |
| 12744 | } |
| 12745 | return x5 instanceof WritableStreamDefaultController2; |
| 12746 | } |
| 12747 | function SetUpWritableStreamDefaultController(stream4, controller, startAlgorithm, writeAlgorithm, closeAlgorithm, abortAlgorithm, highWaterMark, sizeAlgorithm) { |
| 12748 | controller._controlledWritableStream = stream4; |
| 12749 | stream4._writableStreamController = controller; |
no test coverage detected
searching dependent graphs…