SORT_DESCENDING   503 libcore/asobj/Array_as.cpp         case SORT_DESCENDING:
SORT_DESCENDING   512 libcore/asobj/Array_as.cpp                 SORT_DESCENDING:
SORT_DESCENDING   520 libcore/asobj/Array_as.cpp         case SORT_NUMERIC | SORT_DESCENDING:
SORT_DESCENDING   531 libcore/asobj/Array_as.cpp                 SORT_DESCENDING:
SORT_DESCENDING   549 libcore/asobj/Array_as.cpp     flags &= ~(SORT_DESCENDING);
SORT_DESCENDING   903 libcore/asobj/Array_as.cpp     proto.init_member("DESCENDING", SORT_DESCENDING, flags);
SORT_DESCENDING  1036 libcore/asobj/Array_as.cpp         if (flags & SORT_DESCENDING) icmp = &int_lt_or_eq;