Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c134 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()
Decma-property-hashmap.h38 uint32_t null_count; /**< number of NULLs in the map */ member