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: Add a %MapProto_set% intrinsic object. #1377

Closed
wants to merge 1 commit into from
Closed
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
12 changes: 12 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -2285,6 +2285,17 @@ <h1>Well-Known Intrinsic Objects</h1>
The initial value of the `prototype` data property of %Map%
</td>
</tr>
<tr>
<td>
%MapProto_set%
</td>
<td>
`Map.prototype.set`
</td>
<td>
The initial value of the `set` data property of %MapPrototype% (<emu-xref href="#sec-map.prototype.set"></emu-xref>)
</td>
</tr>
<tr>
<td>
%Math%
Expand Down Expand Up @@ -33841,6 +33852,7 @@ <h1>Map.prototype.set ( _key_, _value_ )</h1>
1. Append _p_ as the last element of _entries_.
1. Return _M_.
</emu-alg>
<p>This function is the <dfn>%MapProto_set%</dfn> intrinsic object.</p>
</emu-clause>

<emu-clause id="sec-get-map.prototype.size">
Expand Down