Searched defs:container_p (Results 1 – 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
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() 102 ecma_op_internal_buffer_delete (ecma_collection_t *container_p, /**< internal container pointer */ in ecma_op_internal_buffer_delete() 127 ecma_op_internal_buffer_find (ecma_collection_t *container_p, /**< internal container pointer */ in ecma_op_internal_buffer_find() 193 … ecma_collection_t *container_p) /** internal buffer pointer */ in ecma_op_container_free_weakset_entries() 224 … ecma_collection_t *container_p) /**< internal buffer pointer */ in ecma_op_container_free_weakmap_entries() 257 ecma_op_container_free_set_entries (ecma_collection_t *container_p) in ecma_op_container_free_set_entries() 284 ecma_op_container_free_map_entries (ecma_collection_t *container_p) in ecma_op_container_free_map_entries() 318 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_op_container_free_entries() local 385 ecma_collection_t *container_p = ecma_op_create_internal_buffer (); in ecma_op_container_create() local 602 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_op_container_size() local [all …]
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-gc.c | 337 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_gc_mark_map_object() local 374 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_gc_mark_weakmap_object() local 406 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_gc_mark_set_object() local 990 ecma_object_t *container_p = ecma_get_object_from_value (value); in ecma_gc_free_properties() local 1178 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_gc_free_object() local
|
D | ecma-globals.h | 1043 #define ECMA_CONTAINER_GET_SIZE(container_p) \ argument 1049 #define ECMA_CONTAINER_SET_SIZE(container_p, size) \ argument
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 2528 ecma_extended_object_t *container_p = (ecma_extended_object_t *) internal_object_p; in jerry_set_internal_property() local
|