Array.prototype.sort
was already made stable in ECMAScript 2019 (see two paragraphs above). The change in https://github.com/tc39/ecma262/pull/1585 made Array.prototype.sort
more precise, reducing the amount of cases that result in an implementation-defined sort order.
#439
Array.prototype.sort
was already made stable in ECMAScript 2019 (see two paragraphs above). The change in tc39/ecma262#1585 madeArray.prototype.sort
more precise, reducing the amount of cases that result in an implementation-defined sort order.Originally posted by @mathiasbynens in tc39/ecma262#2342
The text was updated successfully, but these errors were encountered: