Skip to content

Commit

Permalink
Normative: make EnumerableOwnPropertyNames ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Nov 23, 2019
1 parent 9c8d03c commit b4d8568
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -5897,7 +5897,6 @@ <h1>EnumerableOwnPropertyNames ( _O_, _kind_ )</h1>
1. Assert: _kind_ is ~key+value~.
1. Let _entry_ be ! CreateArrayFromList(&laquo; _key_, _value_ &raquo;).
1. Append _entry_ to _properties_.
1. Order the elements of _properties_ so they are in the same relative order as would be produced by the Iterator that would be returned if the EnumerateObjectProperties internal method were invoked with _O_.
1. Return _properties_.
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit b4d8568

Please sign in to comment.