Searched refs:ECMA_DIRECT_STRING_PTR (Results 1 – 5 of 5) sorted by relevance
151 ecma_property_t prop_name_type = ECMA_DIRECT_STRING_PTR; in ecma_lcache_lookup()
1547 *name_type_p = ECMA_DIRECT_STRING_PTR << ECMA_PROPERTY_NAME_TYPE_SHIFT; in ecma_string_to_property_name()1566 if (ECMA_PROPERTY_GET_NAME_TYPE (property) != ECMA_DIRECT_STRING_PTR) in ecma_string_from_property_name()1585 if (ECMA_PROPERTY_GET_NAME_TYPE (property) == ECMA_DIRECT_STRING_PTR) in ecma_string_get_property_name_hash()1610 case ECMA_DIRECT_STRING_PTR: in ecma_string_get_property_index()1633 if (ECMA_PROPERTY_GET_NAME_TYPE (property) != ECMA_DIRECT_STRING_PTR) in ecma_string_compare_to_property_name()
679 if (ECMA_PROPERTY_GET_NAME_TYPE (prop_iter_p->types[0]) == ECMA_DIRECT_STRING_PTR) in ecma_find_named_property()691 if (ECMA_PROPERTY_GET_NAME_TYPE (prop_iter_p->types[1]) == ECMA_DIRECT_STRING_PTR) in ecma_find_named_property()799 if (ECMA_PROPERTY_GET_NAME_TYPE (*property_p) == ECMA_DIRECT_STRING_PTR) in ecma_free_property()
495 if (ECMA_PROPERTY_GET_NAME_TYPE (*property_p) == ECMA_DIRECT_STRING_PTR) in ecma_property_hashmap_find()
1410 ECMA_DIRECT_STRING_PTR = 0, /**< string is a string pointer, only used by property names */ enumerator