Searched refs:named_property_count (Results 1 – 1 of 1) sorted by relevance
87 uint32_t named_property_count = 0; in ecma_property_hashmap_create() local100 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()