Home
last modified time | relevance | path

Searched refs:ecma_property_hashmap_t (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c35 …(sizeof (ecma_property_hashmap_t) + (max_property_count * sizeof (jmem_cpointer_t)) + (max_propert…
122ecma_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()
Decma-property-hashmap.h54 } ecma_property_hashmap_t; typedef
75 ecma_property_t *ecma_property_hashmap_find (ecma_property_hashmap_t *hashmap_p, ecma_string_t *nam…
Decma-helpers.c608 property_p = ecma_property_hashmap_find ((ecma_property_hashmap_t *) prop_iter_p, in ecma_find_named_property()