| 345 | Result AsyncReadableStream::asyncResumeReading() { return Result(true); } |
| 346 | |
| 347 | Result AsyncReadableStream::asyncDestroyReadable() { return finishedDestroyingReadable(); } |
| 348 | |
| 349 | Result AsyncReadableStream::start() |
| 350 | { |
nothing calls this directly
no outgoing calls
no test coverage detected