Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c122 …ecma_property_hashmap_t *hashmap_p = (ecma_property_hashmap_t *) jmem_heap_alloc_block_null_on_err… in ecma_property_hashmap_create() local
209 ecma_property_hashmap_t *hashmap_p = (ecma_property_hashmap_t *) property_p; in ecma_property_hashmap_free() local
228 ecma_property_hashmap_t *hashmap_p = ECMA_GET_NON_NULL_POINTER (ecma_property_hashmap_t, in ecma_property_hashmap_insert() local
302 ecma_property_hashmap_t *hashmap_p = ECMA_GET_NON_NULL_POINTER (ecma_property_hashmap_t, in ecma_property_hashmap_delete() local
371 ecma_property_hashmap_find (ecma_property_hashmap_t *hashmap_p, /**< hashmap */ in ecma_property_hashmap_find()