Home
last modified time | relevance | path

Searched refs:ecma_string_hash (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-property-hashmap.c243 uint32_t entry_index = ecma_string_hash (name_p); in ecma_property_hashmap_insert()
410 uint32_t entry_index = ecma_string_hash (name_p); in ecma_property_hashmap_find()
H A Decma-helpers.h369 lit_string_hash_t ecma_string_hash (const ecma_string_t *string_p);
H A Decma-helpers-string.c2410 ecma_string_hash (const ecma_string_t *string_p) /**< ecma-string to calculate hash for */ in ecma_string_hash() function
2418 } /* ecma_string_hash */ in ecma_string_hash()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.c2265 uint8_t hash = (uint8_t) ecma_string_hash (name_p); in ecma_op_object_get_property_names()
2295 uint8_t hash = (uint8_t) ecma_string_hash (index_str_p); in ecma_op_object_get_property_names()
2380 uint8_t hash = (uint8_t) ecma_string_hash (name_p); in ecma_op_object_get_property_names()
2557 uint8_t hash = (uint8_t) ecma_string_hash (name_p); in ecma_op_object_get_property_names()

Completed in 9 milliseconds