Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.c973 const bool separate_enumerable = (opts & ECMA_LIST_ENUMERABLE) != 0; in ecma_builtin_routine_list_lazy_property_names() local
979 …ecma_collection_t *for_non_enumerable_p = separate_enumerable ? non_enum_collection_p : main_colle… in ecma_builtin_routine_list_lazy_property_names()
1015 const bool separate_enumerable = (opts & ECMA_LIST_ENUMERABLE) != 0; in ecma_builtin_list_lazy_property_names() local
1040 ecma_collection_t *for_non_enumerable_p = (separate_enumerable ? non_enum_collection_p in ecma_builtin_list_lazy_property_names()