Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -10169,7 +10169,9 @@ whose value is a reference to the [=interface object=] for the interface.
has any [=interface member=] declared with
the [{{Unscopable}}] extended attribute,
then there must be a property on the
interface prototype object whose name is the [=@@unscopables=] symbol
interface prototype object whose name is the [=@@unscopables=] symbol,
which has the attributes
{ \[[Writable]]: <emu-val>false</emu-val>, \[[Enumerable]]: <emu-val>false</emu-val>, \[[Configurable]]: <emu-val>true</emu-val> },
and whose value is an object created as follows:

1. Let |object| be a new object created as if by the expression <code>({})</code>.
Expand Down