Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c224 int property_index) /**< property index in the pair (0 or 1) */ in ecma_property_hashmap_insert() argument
241 JERRY_ASSERT (property_index < ECMA_PROPERTY_PAIR_ITEM_COUNT); in ecma_property_hashmap_insert()
281 if (property_index == 0) in ecma_property_hashmap_insert()
Decma-property-hashmap.h71 ecma_property_pair_t *property_pair_p, int property_index);