Searched refs:ECMA_LIST_ARRAY_INDICES (Results 1 – 6 of 6) sorted by relevance
115 if ((opts & ECMA_LIST_ARRAY_INDICES) == 0) in ecma_op_string_list_lazy_property_names()
531 bool append_length = (!(opts & ECMA_LIST_ENUMERABLE) && !(opts & ECMA_LIST_ARRAY_INDICES)); in ecma_fast_array_get_property_names()1217 if ((opts & ECMA_LIST_ARRAY_INDICES) == 0) in ecma_op_array_list_lazy_property_names()
2107 const bool is_array_indices_only = (opts & ECMA_LIST_ARRAY_INDICES) != 0; in ecma_op_object_get_property_names()
974 const bool is_array_indices_only = (opts & ECMA_LIST_ARRAY_INDICES) != 0; in ecma_builtin_routine_list_lazy_property_names()1016 const bool is_array_indices_only = (opts & ECMA_LIST_ARRAY_INDICES) != 0; in ecma_builtin_list_lazy_property_names()
1125 …ection_t *array_index_props_p = ecma_op_object_get_property_names (obj_p, ECMA_LIST_ARRAY_INDICES); in ecma_builtin_array_prototype_object_sort()
345 ECMA_LIST_ARRAY_INDICES = (1 << 0), /**< exclude properties with names enumerator