Skip to content

Commit

Permalink
Remove HasProperty call.
Browse files Browse the repository at this point in the history
  • Loading branch information
szuend committed Sep 18, 2019
1 parent 2defc69 commit daad2a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -32573,9 +32573,7 @@ <h1>Array.prototype.sort ( _comparefn_ )</h1>
1. Set _j_ to _j_ + 1.
1. Repeat, while _j_ &lt; _len_
1. Let _Pj_ be ! ToString(_j_).
1. Let _jPresent_ be ? HasOwnProperty(_obj_, _Pj_).
1. If _jPresent_ is *true*, then
1. Perform ? DeletePropertyOrThrow(_obj_, _Pj_).
1. Perform ? DeletePropertyOrThrow(_obj_, _Pj_).
1. Set _j_ to _j_ + 1.
1. Return _obj_.
</emu-alg>
Expand Down

0 comments on commit daad2a2

Please sign in to comment.