(request3, controller, view)
| 11823 | SetUpReadableByteStreamController(stream4, controller, startAlgorithm, pullAlgorithm, cancelAlgorithm, highWaterMark, autoAllocateChunkSize); |
| 11824 | } |
| 11825 | function SetUpReadableStreamBYOBRequest(request3, controller, view) { |
| 11826 | request3._associatedReadableByteStreamController = controller; |
| 11827 | request3._view = view; |
| 11828 | } |
| 11829 | function byobRequestBrandCheckException(name) { |
| 11830 | return new TypeError(`ReadableStreamBYOBRequest.prototype.${name} can only be used on a ReadableStreamBYOBRequest`); |
| 11831 | } |
no outgoing calls
no test coverage detected