Home
last modified time | relevance | path

Searched defs: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
1016 const bool is_array_indices_only = (opts & ECMA_LIST_ARRAY_INDICES) != 0; in ecma_builtin_list_lazy_property_names() local
/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