Home
last modified time | relevance | path

Searched refs:property_list_cp (Results 1 – 13 of 13) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c151 JERRY_ASSERT (object_p->u1.property_list_cp == JMEM_CP_NULL); in ecma_op_new_fast_array_object()
158 ECMA_SET_POINTER (object_p->u1.property_list_cp, values_p); in ecma_op_new_fast_array_object()
172 if (object_p->u1.property_list_cp == JMEM_CP_NULL) in ecma_fast_array_convert_to_normal()
180 ecma_value_t *values_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, object_p->u1.property_list_cp); in ecma_fast_array_convert_to_normal()
222 ECMA_SET_POINTER (object_p->u1.property_list_cp, property_pair_p); in ecma_fast_array_convert_to_normal()
248 JERRY_ASSERT (object_p->u1.property_list_cp != JMEM_CP_NULL); in ecma_fast_array_set_property()
250 values_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, object_p->u1.property_list_cp); in ecma_fast_array_set_property()
285 JERRY_ASSERT (object_p->u1.property_list_cp != JMEM_CP_NULL); in ecma_fast_array_set_property()
287 values_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, object_p->u1.property_list_cp); in ecma_fast_array_set_property()
338 if (object_p->u1.property_list_cp == JMEM_CP_NULL) in ecma_fast_array_extend()
[all …]
Decma-objects.c155 … ecma_value_t *values_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, object_p->u1.property_list_cp); in ecma_op_object_get_own_property()
509 … ecma_value_t *values_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, object_p->u1.property_list_cp); in ecma_op_object_find_own()
2275 jmem_cpointer_t prop_iter_cp = obj_p->u1.property_list_cp; in ecma_op_object_get_property_names()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c80 jmem_cpointer_t prop_iter_cp = object_p->u1.property_list_cp; in ecma_property_hashmap_create()
132 hashmap_p->header.next_property_cp = object_p->u1.property_list_cp; in ecma_property_hashmap_create()
141 prop_iter_cp = object_p->u1.property_list_cp; in ecma_property_hashmap_create()
142 ECMA_SET_NON_NULL_POINTER (object_p->u1.property_list_cp, hashmap_p); in ecma_property_hashmap_create()
202 JERRY_ASSERT (object_p->u1.property_list_cp != JMEM_CP_NULL); in ecma_property_hashmap_free()
205 object_p->u1.property_list_cp); in ecma_property_hashmap_free()
211 object_p->u1.property_list_cp = property_p->next_property_cp; in ecma_property_hashmap_free()
229 object_p->u1.property_list_cp); in ecma_property_hashmap_insert()
303 object_p->u1.property_list_cp); in ecma_property_hashmap_delete()
Decma-helpers.c93 new_object_p->u1.property_list_cp = JMEM_CP_NULL; in ecma_create_object()
120 new_lexical_environment_p->u1.property_list_cp = JMEM_CP_NULL; in ecma_create_decl_lex_env()
314 jmem_cpointer_t prop_iter_cp = lex_env_p->u1.property_list_cp; in ecma_clone_decl_lexical_environment()
387 jmem_cpointer_t *property_list_head_p = &object_p->u1.property_list_cp; in ecma_create_property()
453 property_list_head_p = &object_p->u1.property_list_cp; in ecma_create_property()
598 jmem_cpointer_t prop_iter_cp = obj_p->u1.property_list_cp; in ecma_find_named_property()
815 jmem_cpointer_t cur_prop_cp = object_p->u1.property_list_cp; in ecma_delete_property()
883 object_p->u1.property_list_cp = cur_prop_p->next_property_cp; in ecma_delete_property()
917 jmem_cpointer_t prop_iter_cp = object_p->u1.property_list_cp; in ecma_assert_object_contains_the_property()
Decma-gc.c676 if (object_p->u1.property_list_cp != JMEM_CP_NULL) in ecma_gc_mark()
678 … ecma_value_t *values_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, object_p->u1.property_list_cp); in ecma_gc_mark()
758 jmem_cpointer_t prop_iter_cp = object_p->u1.property_list_cp; in ecma_gc_mark()
827 if (object_p->u1.property_list_cp != JMEM_CP_NULL) in ecma_free_fast_access_array()
829 … ecma_value_t *values_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, object_p->u1.property_list_cp); in ecma_free_fast_access_array()
942 jmem_cpointer_t prop_iter_cp = object_p->u1.property_list_cp; in ecma_gc_free_properties()
952 prop_iter_cp = object_p->u1.property_list_cp; in ecma_gc_free_properties()
1582 jmem_cpointer_t prop_iter_cp = obj_iter_p->u1.property_list_cp; in ecma_free_unused_memory()
Decma-globals.h789 jmem_cpointer_t property_list_cp; /**< compressed pointer to object's member
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-prototype.c558 ecma_value_t *buffer_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, obj_p->u1.property_list_cp); in ecma_builtin_array_prototype_object_reverse()
743 ecma_value_t *buffer_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, obj_p->u1.property_list_cp); in ecma_builtin_array_prototype_object_shift()
894 if (JERRY_UNLIKELY (obj_p->u1.property_list_cp == JMEM_CP_NULL)) in ecma_builtin_array_prototype_object_slice()
917 to_buffer_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, new_array_p->u1.property_list_cp); in ecma_builtin_array_prototype_object_slice()
926 to_buffer_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, new_array_p->u1.property_list_cp); in ecma_builtin_array_prototype_object_slice()
932 …ecma_value_t *from_buffer_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, obj_p->u1.property_list_cp); in ecma_builtin_array_prototype_object_slice()
1688 if (JERRY_UNLIKELY (obj_p->u1.property_list_cp == JMEM_CP_NULL)) in ecma_builtin_array_prototype_object_index_of()
1695 ecma_value_t *buffer_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, obj_p->u1.property_list_cp); in ecma_builtin_array_prototype_object_index_of()
1794 if (JERRY_UNLIKELY (obj_p->u1.property_list_cp == JMEM_CP_NULL)) in ecma_builtin_array_prototype_object_last_index_of()
1801 ecma_value_t *buffer_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, obj_p->u1.property_list_cp); in ecma_builtin_array_prototype_object_last_index_of()
[all …]
Decma-builtins.c553 obj_p->u1.property_list_cp = JMEM_CP_NULL; in ecma_finalize_builtins()
/third_party/jerryscript/jerry-core/ext/
Dheapdump.c320 if (object->u1.property_list_cp != JMEM_CP_NULL) { in DumpInfoObject()
322 ECMA_GET_NON_NULL_POINTER (ecma_value_t, object->u1.property_list_cp); in DumpInfoObject()
359 jmem_cpointer_t prop_iter_cp = object->u1.property_list_cp; in DumpInfoObject()
Ddebug-utils.c26 jmem_cpointer_t prop_iter_cp = object->u1.property_list_cp; in PrintObjectProperties()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c463 prop_iter_cp = lex_env_p->u1.property_list_cp; in jerry_debugger_send_scope_variables()
475 prop_iter_cp = binding_obj_p->u1.property_list_cp; in jerry_debugger_send_scope_variables()
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c1049 jmem_cpointer_t prop_iter_cp = obj_p->u1.property_list_cp; in opfunc_set_class_attributes()
Dvm.c82 … ecma_value_t *values_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, object_p->u1.property_list_cp); in vm_op_get_value()