Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-property-hashmap.c170 uint32_t start_entry_index = entry_index; in ecma_property_hashmap_create() local
178 JERRY_ASSERT (entry_index != start_entry_index); in ecma_property_hashmap_create()
250 uint32_t start_entry_index = entry_index; in ecma_property_hashmap_insert() local
260 JERRY_ASSERT (entry_index != start_entry_index); in ecma_property_hashmap_insert()
325 uint32_t start_entry_index = entry_index; in ecma_property_hashmap_delete() local
360 JERRY_ASSERT (entry_index != start_entry_index); in ecma_property_hashmap_delete()
419 uint32_t start_entry_index = entry_index; in ecma_property_hashmap_find() local
473 JERRY_ASSERT (entry_index != start_entry_index); in ecma_property_hashmap_find()
526 JERRY_ASSERT (entry_index != start_entry_index); in ecma_property_hashmap_find()

Completed in 1 milliseconds