Skip to content
New issue

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 AsyncFromSyncIterator methods with undefined values #2604

Merged

Conversation

shvaikalesh
Copy link
Member

@shvaikalesh shvaikalesh commented Apr 29, 2020

I've modified existing templates instead of adding new test files because strings as throw/return arguments are already covered a few lines above, and by testing undefined case we make sure that "is present" check of tc39/ecma262#1776 is implemented correctly. This PR also aligns throw and return templates with next, which already covers undefined case.

Follow-up of #2571.
JSC bug: AsyncFromSyncIterator methods should not pass absent values.

@rwaldron rwaldron merged commit 6a18c27 into tc39:master Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants