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: more explicit handling of [[PromiseResult]] #3491

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

Conversation

bakkot
Copy link
Contributor

@bakkot bakkot commented Nov 20, 2024

The [[PromiseResult]] of a Promise is only initialized when the Promise actually settles. Generally we prefer to initialize everything explicitly. See #3482 (which also covers [[GeneratorContext]]).

There's various places which use this field without asserting that it's not ~empty~, which might confuse esmeta, but those places do assert that the state is not ~pending~, so an additional assert seemed like overkill. I could add those asserts anyway if we want though.

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