Не знаешь, почему в этом файле в комментариях ссылаются на ECMA, это же совсем другой язык
Цитата:
|
2167 /*
2168 * By ECMA 262, 15.4.4.11, a property that does not exist (which we
2169 * call a "hole") is always greater than an existing property with
2170 * value undefined and that is always greater than any other property.
2171 * Thus to sort holes and undefs we simply count them, sort the rest
2172 * of elements, append undefs after them and then make holes after
2173 * undefs.
2174 */
|
И да, в любом случае ещё 3 браузера осталось с неизвестными языками (IE с его JScript можно не трогать, с ним всё ясно). В них есть тип Array?