(rawOptions = void 0)
| 14046 | return CreateArrayFromList(branches); |
| 14047 | } |
| 14048 | values(rawOptions = void 0) { |
| 14049 | if (!IsReadableStream(this)) { |
| 14050 | throw streamBrandCheckException$1("values"); |
| 14051 | } |
| 14052 | const options = convertIteratorOptions(rawOptions, "First parameter"); |
| 14053 | return AcquireReadableStreamAsyncIterator(this, options.preventCancel); |
| 14054 | } |
| 14055 | [SymbolAsyncIterator](options) { |
| 14056 | return this.values(options); |
| 14057 | } |
no test coverage detected