Skip to content

Commit

Permalink
Editorial: Fix CreateUnmappedArgumentsObject's return-type (#2704)
Browse files Browse the repository at this point in the history
CreateUnmappedArgumentsObject creates an ordinary object,
not an arguments exotic object.
(See https://tc39.es/ecma262/#sec-arguments-exotic-objects Note 1).
  • Loading branch information
jmdyck authored and ljharb committed Apr 10, 2022
1 parent d5e7e6e commit 184e4ae
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 @@ -14434,7 +14434,7 @@ <h1>
<h1>
CreateUnmappedArgumentsObject (
_argumentsList_: unknown,
): an arguments exotic object
): an ordinary object
</h1>
<dl class="header">
</dl>
Expand Down

0 comments on commit 184e4ae

Please sign in to comment.