Comment #4 on issue 2264 by [email protected]: Array.prototype.sort does not call ToString() for identical elements
http://code.google.com/p/v8/issues/detail?id=2264
SortCompare is being called in the current code, but the current implementation of SortCompare [1] does not follow the specification (see line 752 [2]).
[1] http://code.google.com/p/v8/source/browse/trunk/src/array.js#751 [2] http://code.google.com/p/v8/source/browse/trunk/src/array.js#752 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
