Searched refs:null_count (Results 1 – 2 of 2) sorted by relevance
134 hashmap_p->null_count = max_property_count - named_property_count; in ecma_property_hashmap_create()234 if (hashmap_p->null_count < (hashmap_p->max_property_count >> 3)) in ecma_property_hashmap_insert()274 hashmap_p->null_count--; in ecma_property_hashmap_insert()275 JERRY_ASSERT (hashmap_p->null_count > 0); in ecma_property_hashmap_insert()
38 uint32_t null_count; /**< number of NULLs in the map */ member