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

Clarify object creation in named constructors #652

Merged
merged 3 commits into from Feb 25, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions index.bs
Expand Up @@ -10759,10 +10759,6 @@ It allows constructing objects that
implement the interface on which the
[{{NamedConstructor}}] extended attributes appear.

If the actions listed in the description of the constructor return normally,
then those steps must return an object that implements interface |I|.
This object's relevant [=Realm=] must be the same as that of the [=named constructor=].

<div algorithm>

The [=named constructor=] with [=NamedConstructor identifier|identifier=] |id|
Expand Down