()
| 14396 | return TransformStreamDefaultSinkAbortAlgorithm(stream4, reason); |
| 14397 | } |
| 14398 | function closeAlgorithm() { |
| 14399 | return TransformStreamDefaultSinkCloseAlgorithm(stream4); |
| 14400 | } |
| 14401 | stream4._writable = CreateWritableStream(startAlgorithm, writeAlgorithm, closeAlgorithm, abortAlgorithm, writableHighWaterMark, writableSizeAlgorithm); |
| 14402 | function pullAlgorithm() { |
| 14403 | return TransformStreamDefaultSourcePullAlgorithm(stream4); |
nothing calls this directly
no test coverage detected
searching dependent graphs…