Searched refs:ecma_op_object_delete_by_uint32_index (Results 1 – 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-array-prototype.c | 441 ecma_value_t del_value = ecma_op_object_delete_by_uint32_index (obj_p, len, true); in ecma_builtin_array_prototype_object_pop() 793 operation_value = ecma_op_object_delete_by_uint32_index (obj_p, to, true); in ecma_builtin_array_prototype_object_shift() 804 ecma_value_t del_value = ecma_op_object_delete_by_uint32_index (obj_p, --len, true); in ecma_builtin_array_prototype_object_shift() 1434 operation_value = ecma_op_object_delete_by_uint32_index (obj_p, to, true); in ecma_builtin_array_prototype_object_splice() 1447 ecma_value_t del_value = ecma_op_object_delete_by_uint32_index (obj_p, k - 1, true); in ecma_builtin_array_prototype_object_splice() 1485 operation_value = ecma_op_object_delete_by_uint32_index (obj_p, to, true); in ecma_builtin_array_prototype_object_splice() 2561 op_value = ecma_op_object_delete_by_uint32_index (obj_p, target, true); in ecma_builtin_array_prototype_object_copy_within()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-objects.h | 62 ecma_value_t ecma_op_object_delete_by_uint32_index (ecma_object_t *obj_p, uint32_t index, bool is_t…
|
D | ecma-objects.c | 1633 ecma_op_object_delete_by_uint32_index (ecma_object_t *obj_p, /**< the object */ in ecma_op_object_delete_by_uint32_index() function
|