Skip to content

Commit

Permalink
Editorial: List the [[Construct]]-requires-[[Call]] invariant in the …
Browse files Browse the repository at this point in the history
…list of invariants (tc39#2213)
  • Loading branch information
syg authored and ljharb committed Jan 16, 2021
1 parent 9a46040 commit ba3dcb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -2740,7 +2740,7 @@ <h2>[[OwnPropertyKeys]] ( )</h2>
The returned List must contain at least the keys of all non-configurable own properties that have previously been observed.
</li>
<li>
If the object is non-extensible, the returned List must contain only the keys of all own properties of the object that are observable using [[GetOwnProperty]].
If the target is non-extensible, the returned List must contain only the keys of all own properties of the target that are observable using [[GetOwnProperty]].
</li>
</ul>
<h2>[[Call]] ( )</h2>
Expand All @@ -2754,6 +2754,9 @@ <h2>[[Construct]] ( )</h2>
<li>
The normal return type is Object.
</li>
<li>
The target must also have a [[Call]] internal method.
</li>
</ul>
</emu-clause>

Expand Down

0 comments on commit ba3dcb5

Please sign in to comment.