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/
H A Decma-property-hashmap.c35 (sizeof (ecma_property_hashmap_t) + (max_property_count * sizeof (jmem_cpointer_t)) + (max_property_count >> 3))
122 ecma_property_hashmap_t *hashmap_p = (ecma_property_hashmap_t *) jmem_heap_alloc_block_null_on_error (total_size); 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_
[all...]
H A 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 *name_p,
H A Decma-helpers.c613 property_p = ecma_property_hashmap_find ((ecma_property_hashmap_t *) prop_iter_p, in ecma_find_named_property()

Completed in 4 milliseconds