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: Narrowing an assertion in SuperCall: super Arguments #3466

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

Conversation

kimjg1119
Copy link
Contributor

In runtime semantics SuperCall: super Arguments, there is an assertion which narrows a newTarget's type to Object. However, we know that this is always a constructor in this step, and fixing it to a constructor will resolve a mismatch between calling [Construct](https://tc39.es/ecma262/multipage/abstract-operations.html#sec-construct] at step 6.

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.

1 participant