Home
last modified time | relevance | path

Searched refs:ECMA_LIST_ARRAY_INDICES (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-string-object.c115 if ((opts & ECMA_LIST_ARRAY_INDICES) == 0) in ecma_op_string_list_lazy_property_names()
Decma-array-object.c531 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()
Decma-objects.c2107 const bool is_array_indices_only = (opts & ECMA_LIST_ARRAY_INDICES) != 0; in ecma_op_object_get_property_names()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.c974 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()
Decma-builtin-array-prototype.c1125 …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()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h345 ECMA_LIST_ARRAY_INDICES = (1 << 0), /**< exclude properties with names enumerator