Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-lcache.c151 ecma_property_t prop_name_type = ECMA_DIRECT_STRING_PTR; in ecma_lcache_lookup()
Decma-helpers-string.c1547 *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()
Decma-helpers.c679 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()
Decma-property-hashmap.c495 if (ECMA_PROPERTY_GET_NAME_TYPE (*property_p) == ECMA_DIRECT_STRING_PTR) in ecma_property_hashmap_find()
Decma-globals.h1410 ECMA_DIRECT_STRING_PTR = 0, /**< string is a string pointer, only used by property names */ enumerator