(reason)
| 14393 | return TransformStreamDefaultSinkWriteAlgorithm(stream4, chunk); |
| 14394 | } |
| 14395 | function abortAlgorithm(reason) { |
| 14396 | return TransformStreamDefaultSinkAbortAlgorithm(stream4, reason); |
| 14397 | } |
| 14398 | function closeAlgorithm() { |
| 14399 | return TransformStreamDefaultSinkCloseAlgorithm(stream4); |
| 14400 | } |
no test coverage detected
searching dependent graphs…