Searched refs:ECMA_CONTAINER_SET_SIZE (Results 1 – 2 of 2) sorted by relevance
77 ECMA_CONTAINER_SET_SIZE (container_p, ECMA_CONTAINER_GET_SIZE (container_p) + 1); in ecma_op_internal_buffer_append()118 ECMA_CONTAINER_SET_SIZE (container_p, ECMA_CONTAINER_GET_SIZE (container_p) - 1); in ecma_op_internal_buffer_delete()357 ECMA_CONTAINER_SET_SIZE (container_p, 0); in ecma_op_container_free_entries()
1049 #define ECMA_CONTAINER_SET_SIZE(container_p, size) \ macro