Skip to content

Commit

Permalink
Normative: make EnumerableOwnPropertyNames ordered (tc39#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored and ljharb committed Dec 12, 2019
1 parent 4175b01 commit ecb4178
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 ecb4178

Please sign in to comment.