H A D | ecma-container-object.c | 60 ecma_op_internal_buffer_append (ecma_collection_t *container_p, /**< internal container pointer */ in ecma_op_internal_buffer_append() argument 65 JERRY_ASSERT (container_p != NULL); in ecma_op_internal_buffer_append() 70 ecma_collection_append (container_p, values, 2); in ecma_op_internal_buffer_append() 74 ecma_collection_push_back (container_p, ecma_copy_value_if_not_object (key_arg)); in ecma_op_internal_buffer_append() 77 ECMA_CONTAINER_SET_SIZE (container_p, ECMA_CONTAINER_GET_SIZE (container_p) + 1); in ecma_op_internal_buffer_append() 102 ecma_op_internal_buffer_delete (ecma_collection_t *container_p, /**< internal container pointer */ in ecma_op_internal_buffer_delete() argument 106 JERRY_ASSERT (container_p != NULL); in ecma_op_internal_buffer_delete() 118 ECMA_CONTAINER_SET_SIZE (container_p, ECMA_CONTAINER_GET_SIZE (container_p) in ecma_op_internal_buffer_delete() 127 ecma_op_internal_buffer_find(ecma_collection_t *container_p, ecma_value_t key_arg, lit_magic_string_id_t lit_id) ecma_op_internal_buffer_find() argument 192 ecma_op_container_free_weakset_entries(ecma_object_t *object_p, ecma_collection_t *container_p) ecma_op_container_free_weakset_entries() argument 223 ecma_op_container_free_weakmap_entries(ecma_object_t *object_p, ecma_collection_t *container_p) ecma_op_container_free_weakmap_entries() argument 257 ecma_op_container_free_set_entries(ecma_collection_t *container_p) ecma_op_container_free_set_entries() argument 284 ecma_op_container_free_map_entries(ecma_collection_t *container_p) ecma_op_container_free_map_entries() argument 318 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, ecma_op_container_free_entries() local 385 ecma_collection_t *container_p = ecma_op_create_internal_buffer (); ecma_op_container_create() local 602 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, ecma_op_container_size() local 633 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, ecma_op_container_get() local 669 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, ecma_op_container_has() local 694 ecma_op_container_set_weak(ecma_object_t *const key_p, ecma_extended_object_t *const container_p) ecma_op_container_set_weak() argument 778 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, ecma_op_container_set() local 844 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, ecma_op_container_foreach() local 916 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, ecma_op_container_delete() local 953 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, ecma_op_container_delete_weak() local 1007 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, ecma_op_container_remove_weak_entry() local 1148 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, ecma_op_container_iterator_next() local [all...] |