(x5)
| 14501 | }); |
| 14502 | } |
| 14503 | function IsTransformStreamDefaultController(x5) { |
| 14504 | if (!typeIsObject(x5)) { |
| 14505 | return false; |
| 14506 | } |
| 14507 | if (!Object.prototype.hasOwnProperty.call(x5, "_controlledTransformStream")) { |
| 14508 | return false; |
| 14509 | } |
| 14510 | return x5 instanceof TransformStreamDefaultController2; |
| 14511 | } |
| 14512 | function SetUpTransformStreamDefaultController(stream4, controller, transformAlgorithm, flushAlgorithm, cancelAlgorithm) { |
| 14513 | controller._controlledTransformStream = stream4; |
| 14514 | stream4._transformStreamController = controller; |
no test coverage detected
searching dependent graphs…