Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c158 uint32_t entry_index = ecma_string_get_property_name_hash (prop_iter_p->types[i], in ecma_property_hashmap_create()
315 uint32_t entry_index = ecma_string_get_property_name_hash (*property_p, name_cp); in ecma_property_hashmap_delete()
Decma-helpers.h350 lit_string_hash_t ecma_string_get_property_name_hash (ecma_property_t property, jmem_cpointer_t pro…
Decma-helpers-string.c1582 ecma_string_get_property_name_hash (ecma_property_t property, /**< property name type */ in ecma_string_get_property_name_hash() function