Status: New
Owner: ----

New issue 426 by gojpeg: sort(x).sort(y) vs. sort(x() || y())
http://code.google.com/p/v8/issues/detail?id=426

Discovered that Chrome does not produce the same array order with the subj.

Mean, array.sort(y).sort(x) doesn't equal to array.sort(function (a, b) {  
return x(a, b) || y(a, b) }) in v8.
But it does in other major js engines.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to