(x5)
| 14413 | stream4._transformStreamController = void 0; |
| 14414 | } |
| 14415 | function IsTransformStream(x5) { |
| 14416 | if (!typeIsObject(x5)) { |
| 14417 | return false; |
| 14418 | } |
| 14419 | if (!Object.prototype.hasOwnProperty.call(x5, "_transformStreamController")) { |
| 14420 | return false; |
| 14421 | } |
| 14422 | return x5 instanceof TransformStream3; |
| 14423 | } |
| 14424 | function TransformStreamError(stream4, e3) { |
| 14425 | ReadableStreamDefaultControllerError(stream4._readable._readableStreamController, e3); |
| 14426 | TransformStreamErrorWritableAndUnblockWrite(stream4, e3); |
no test coverage detected