Home
last modified time | relevance | path

Searched defs:max_property_count (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.h37 uint32_t max_property_count; /**< maximum property count (power of 2) */ member
Decma-property-hashmap.c34 #define ECMA_PROPERTY_HASHMAP_GET_TOTAL_SIZE(max_property_count) \ argument
112 uint32_t max_property_count = ECMA_PROPERTY_HASMAP_MINIMUM_SIZE; in ecma_property_hashmap_create() local