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/
H A Decma-property-hashmap.c122 ecma_property_hashmap_t *hashmap_p = (ecma_property_hashmap_t *) jmem_heap_alloc_block_null_on_error (total_size); in ecma_property_hashmap_create() local
209 ecma_property_hashmap_t *hashmap_p = (ecma_property_hashmap_t *) property_p; ecma_property_hashmap_free() local
228 ecma_property_hashmap_t *hashmap_p = ECMA_GET_NON_NULL_POINTER (ecma_property_hashmap_t, ecma_property_hashmap_insert() local
302 ecma_property_hashmap_t *hashmap_p = ECMA_GET_NON_NULL_POINTER (ecma_property_hashmap_t, ecma_property_hashmap_delete() local
371 ecma_property_hashmap_find(ecma_property_hashmap_t *hashmap_p, ecma_string_t *name_p, jmem_cpointer_t *property_real_name_cp) ecma_property_hashmap_find() argument
[all...]

Completed in 2 milliseconds