Searched refs:separate_enumerable (Results 1 – 1 of 1) sorted by relevance
973 const bool separate_enumerable = (opts & ECMA_LIST_ENUMERABLE) != 0; in ecma_builtin_routine_list_lazy_property_names() local979 …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() local1040 ecma_collection_t *for_non_enumerable_p = (separate_enumerable ? non_enum_collection_p in ecma_builtin_list_lazy_property_names()