Searched refs:ecma_property_hashmap_t (Results 1 – 3 of 3) sorted by relevance
35 …(sizeof (ecma_property_hashmap_t) + (max_property_count * sizeof (jmem_cpointer_t)) + (max_propert…122 …ecma_property_hashmap_t *hashmap_p = (ecma_property_hashmap_t *) jmem_heap_alloc_block_null_on_err… in ecma_property_hashmap_create()209 ecma_property_hashmap_t *hashmap_p = (ecma_property_hashmap_t *) property_p; in ecma_property_hashmap_free()228 ecma_property_hashmap_t *hashmap_p = ECMA_GET_NON_NULL_POINTER (ecma_property_hashmap_t, in ecma_property_hashmap_insert()302 ecma_property_hashmap_t *hashmap_p = ECMA_GET_NON_NULL_POINTER (ecma_property_hashmap_t, in ecma_property_hashmap_delete()371 ecma_property_hashmap_find (ecma_property_hashmap_t *hashmap_p, /**< hashmap */ in ecma_property_hashmap_find()
54 } ecma_property_hashmap_t; typedef75 ecma_property_t *ecma_property_hashmap_find (ecma_property_hashmap_t *hashmap_p, ecma_string_t *nam…
608 property_p = ecma_property_hashmap_find ((ecma_property_hashmap_t *) prop_iter_p, in ecma_find_named_property()