Home
last modified time | relevance | path

Searched refs:ecma_property_pair_t (Results 1 – 14 of 14) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-alloc.c216 inline ecma_property_pair_t * JERRY_ATTR_ALWAYS_INLINE
220 jmem_stats_allocate_property_bytes (sizeof (ecma_property_pair_t)); in ecma_alloc_property_pair()
223 return jmem_heap_alloc_block (sizeof (ecma_property_pair_t)); in ecma_alloc_property_pair()
230 ecma_dealloc_property_pair (ecma_property_pair_t *property_pair_p) /**< property pair to be freed */ in ecma_dealloc_property_pair()
233 jmem_stats_free_property_bytes (sizeof (ecma_property_pair_t)); in ecma_dealloc_property_pair()
236 jmem_heap_free_block (property_pair_p, sizeof (ecma_property_pair_t)); in ecma_dealloc_property_pair()
Decma-property-hashmap.c156 ecma_property_pair_t *property_pair_p = (ecma_property_pair_t *) prop_iter_p; in ecma_property_hashmap_create()
223 ecma_property_pair_t *property_pair_p, /**< property pair */ in ecma_property_hashmap_insert()
339 ecma_property_pair_t *property_pair_p = ECMA_GET_NON_NULL_POINTER (ecma_property_pair_t, in ecma_property_hashmap_delete()
389 ecma_property_pair_t *prop_pair_p = (ecma_property_pair_t *) prop_iter_p; in ecma_property_hashmap_find()
439 ecma_property_pair_t *property_pair_p = ECMA_GET_NON_NULL_POINTER (ecma_property_pair_t, in ecma_property_hashmap_find()
488 ecma_property_pair_t *property_pair_p = ECMA_GET_NON_NULL_POINTER (ecma_property_pair_t, in ecma_property_hashmap_find()
Decma-alloc.h105 ecma_property_pair_t *ecma_alloc_property_pair (void);
110 void ecma_dealloc_property_pair (ecma_property_pair_t *property_pair_p);
Decma-helpers.c332 ecma_property_pair_t *prop_pair_p = (ecma_property_pair_t *) prop_iter_p; in ecma_clone_decl_lexical_environment()
411 ecma_property_pair_t *first_property_pair_p = (ecma_property_pair_t *) first_property_p; in ecma_create_property()
449 ecma_property_pair_t *first_property_pair_p = ecma_alloc_property_pair (); in ecma_create_property()
642 ecma_property_pair_t *prop_pair_p = (ecma_property_pair_t *) prop_iter_p; in ecma_find_named_property()
677 ecma_property_pair_t *prop_pair_p = (ecma_property_pair_t *) prop_iter_p; in ecma_find_named_property()
843 ecma_property_pair_t *prop_pair_p = (ecma_property_pair_t *) cur_prop_p; in ecma_delete_property()
890 ecma_dealloc_property_pair ((ecma_property_pair_t *) cur_prop_p); in ecma_delete_property()
933 ecma_property_pair_t *prop_pair_p = (ecma_property_pair_t *) prop_iter_p; in ecma_assert_object_contains_the_property()
Decma-property-hashmap.h71 ecma_property_pair_t *property_pair_p, int property_index);
Decma-gc.c185 ecma_gc_mark_properties (ecma_property_pair_t *property_pair_p) /**< property pair */ in ecma_gc_mark_properties()
776 ecma_gc_mark_properties ((ecma_property_pair_t *) prop_iter_p); in ecma_gc_mark()
966 ecma_property_pair_t *prop_pair_p = (ecma_property_pair_t *) prop_iter_p; in ecma_gc_free_properties()
Decma-globals.h552 } ecma_property_pair_t; typedef
/third_party/jerryscript/jerry-core/ext/
Ddebug-utils.c32 ecma_property_pair_t *prop_pair_p = (ecma_property_pair_t *) prop_iter_p; in PrintObjectProperties()
Dheapdump.h34 void DumpPropertyPair(ecma_property_pair_t* pair);
Dheapdump.c176 void DumpPropertyPair(ecma_property_pair_t* pair) in DumpPropertyPair()
376 DumpPropertyPair((ecma_property_pair_t *) prop_iter_p); in DumpInfoObject()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c184 ecma_property_pair_t *property_pair_p = NULL; in ecma_fast_array_convert_to_normal()
826 ecma_property_pair_t *prop_pair_p = (ecma_property_pair_t *) current_prop_p; in ecma_delete_array_properties()
877 ecma_property_pair_t *prop_pair_p = (ecma_property_pair_t *) current_prop_p; in ecma_delete_array_properties()
920 ecma_dealloc_property_pair ((ecma_property_pair_t *) current_prop_p); in ecma_delete_array_properties()
Decma-objects.c2351 ecma_property_pair_t *prop_pair_p = (ecma_property_pair_t *) prop_iter_p; in ecma_op_object_get_property_names()
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c1067 ecma_property_pair_t *property_pair_p = (ecma_property_pair_t *) prop_iter_p; in opfunc_set_class_attributes()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c488 ecma_property_pair_t *prop_pair_p = (ecma_property_pair_t *) prop_iter_p; in jerry_debugger_send_scope_variables()