Home
last modified time | relevance | path

Searched refs:is_array_indices_only (Results 1 – 2 of 2) sorted by relevance

/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() local
981 if (!is_array_indices_only) 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() local
1062 … if (is_array_indices_only && ecma_string_get_array_index (name_p) == ECMA_STRING_NOT_ARRAY_INDEX) in ecma_builtin_list_lazy_property_names()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2107 const bool is_array_indices_only = (opts & ECMA_LIST_ARRAY_INDICES) != 0; in ecma_op_object_get_property_names() local
2169 if (!is_array_indices_only) in ecma_op_object_get_property_names()
2180 if (!is_array_indices_only) in ecma_op_object_get_property_names()
2191 if (!is_array_indices_only) in ecma_op_object_get_property_names()
2409 else if (!is_array_indices_only) in ecma_op_object_get_property_names()