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

Editorial: use suspended-start instead of undefined in AsyncGeneratorState #3494

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kimjg1119
Copy link
Contributor

This is completely the same PR as #3483, but an async version.

@michaelficarra
Copy link
Member

I think you mean #3438.

@@ -49350,7 +49350,7 @@ <h1>
1. Let _internalSlotsList_ be « [[AsyncGeneratorState]], [[AsyncGeneratorContext]], [[AsyncGeneratorQueue]], [[GeneratorBrand]] ».
1. Let _generator_ be OrdinaryObjectCreate(_generatorPrototype_, _internalSlotsList_).
1. Set _generator_.[[GeneratorBrand]] to _generatorBrand_.
1. Set _generator_.[[AsyncGeneratorState]] to *undefined*.
1. Set _generator_.[[AsyncGeneratorState]] to ~suspend-start~.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Set _generator_.[[AsyncGeneratorState]] to ~suspend-start~.
1. Set _generator_.[[AsyncGeneratorState]] to ~suspended-start~.

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.

2 participants