We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test/built-ins/Iterator/concat/next-method-returns-throwing-value-done.js incorrectly throws ValueGetterError since tc39/proposal-iterator-sequencing#19 has introduced an extra IteratorValue step:
test/built-ins/Iterator/concat/next-method-returns-throwing-value-done.js
ValueGetterError
2. If _iteratorResult_ is ~done~, then a. Perform ? IteratorValue(_iteratorResult_).
The test should be changed to expect Iterator.concat getting the value of the iterator result when the underlying iterator is done.
Iterator.concat
value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
test/built-ins/Iterator/concat/next-method-returns-throwing-value-done.js
incorrectly throwsValueGetterError
since tc39/proposal-iterator-sequencing#19 has introduced an extra IteratorValue step:The test should be changed to expect
Iterator.concat
getting thevalue
of the iterator result when the underlying iterator is done.The text was updated successfully, but these errors were encountered: