Searched defs:container_p (Results 1 - 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/base/ |
H A 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 in ecma_gc_free_properties() local 1178 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, ecma_gc_free_object() local [all...] |
/third_party/jerryscript/jerry-core/ecma/operations/ |
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 102 ecma_op_internal_buffer_delete (ecma_collection_t *container_p, /**< internal container pointer */ in ecma_op_internal_buffer_delete() argument 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...] |
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry.c | 2528 ecma_extended_object_t *container_p = (ecma_extended_object_t *) internal_object_p; in jerry_set_internal_property() local
|
Completed in 7 milliseconds