Searched refs:ECMA_LIST_SYMBOLS (Results 1 – 5 of 5) sorted by relevance
169 return ecma_builtin_helper_object_get_properties (target_p, ECMA_LIST_SYMBOLS); in ecma_builtin_reflect_dispatch_routine()
358 opts |= ECMA_LIST_SYMBOLS; in ecma_builtin_object_set_integrity_level()983 … | ECMA_LIST_SYMBOLS); in ecma_builtin_object_object_assign()
1568 return ecma_op_object_get_property_names (target_obj_p, ECMA_LIST_SYMBOLS); in ecma_proxy_object_own_property_keys()1605 …ma_collection_t *target_keys = ecma_op_object_get_property_names (target_obj_p, ECMA_LIST_SYMBOLS); in ecma_proxy_object_own_property_keys()
2079 if (prop_is_symbol && ((opts & (ECMA_LIST_SYMBOLS | ECMA_LIST_SYMBOLS_ONLY)) != 0)) in ecma_op_object_get_property_names()2110 const bool is_symbols = (opts & ECMA_LIST_SYMBOLS) != 0; in ecma_op_object_get_property_names()
350 ECMA_LIST_SYMBOLS = (1 << 3), /**< list symbol properties */ enumerator