Skip to content

Commit

Permalink
be more precise about non-exotic requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Aug 10, 2022
1 parent 039d735 commit 539d480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6861,7 +6861,7 @@ <h1>
</dl>
<p>An implementation of HostEnsureCanAddPrivateElement must conform to the following requirements:</p>
<ul>
<li>If _O_ is not a host-defined exotic object, this abstract operation must return NormalCompletion(~unused~).</li>
<li>If _O_ is not a host-defined exotic object, this abstract operation must return NormalCompletion(~unused~) and perform no other steps.</li>
<li>Any two calls of this abstract operation with the same argument must return the same kind of Completion Record.</li>
</ul>
<p>The default implementation of HostEnsureCanAddPrivateElement is to return NormalCompletion(~unused~).</p>
Expand Down

0 comments on commit 539d480

Please sign in to comment.