(stream4)
| 12398 | WritableStreamDealWithRejection(stream4, error); |
| 12399 | } |
| 12400 | function WritableStreamCloseQueuedOrInFlight(stream4) { |
| 12401 | if (stream4._closeRequest === void 0 && stream4._inFlightCloseRequest === void 0) { |
| 12402 | return false; |
| 12403 | } |
| 12404 | return true; |
| 12405 | } |
| 12406 | function WritableStreamHasOperationMarkedInFlight(stream4) { |
| 12407 | if (stream4._inFlightWriteRequest === void 0 && stream4._inFlightCloseRequest === void 0) { |
| 12408 | return false; |
no outgoing calls
no test coverage detected
searching dependent graphs…