Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c87 uint32_t named_property_count = 0; in ecma_property_hashmap_create() local
100 named_property_count++; in ecma_property_hashmap_create()
106 if (named_property_count < (ECMA_PROPERTY_HASMAP_MINIMUM_SIZE / 2)) in ecma_property_hashmap_create()
115 while (max_property_count < (named_property_count + (named_property_count >> 1))) in ecma_property_hashmap_create()
134 hashmap_p->null_count = max_property_count - named_property_count; in ecma_property_hashmap_create()
135 hashmap_p->unused_count = max_property_count - named_property_count; in ecma_property_hashmap_create()