Searched refs:ecma_op_object_put_by_uint32_index (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-array-prototype.c | 787 operation_value = ecma_op_object_put_by_uint32_index (obj_p, to, curr_value, true); in ecma_builtin_array_prototype_object_shift() 1202 …ecma_value_t put_value = ecma_op_object_put_by_uint32_index (obj_p, index, values_buffer[index], t… in ecma_builtin_array_prototype_object_sort() 1428 operation_value = ecma_op_object_put_by_uint32_index (obj_p, to, get_value, true); in ecma_builtin_array_prototype_object_splice() 1479 operation_value = ecma_op_object_put_by_uint32_index (obj_p, to, get_value, true); in ecma_builtin_array_prototype_object_splice() 1501 ecma_value_t put_value = ecma_op_object_put_by_uint32_index (obj_p, in ecma_builtin_array_prototype_object_splice() 1613 …ecma_value_t put_value = ecma_op_object_put_by_uint32_index (obj_p, arg_index, args[arg_index], tr… in ecma_builtin_array_prototype_object_unshift() 2557 op_value = ecma_op_object_put_by_uint32_index (obj_p, target, get_value, true); in ecma_builtin_array_prototype_object_copy_within()
|
D | ecma-builtin-promise.c | 287 ecma_op_object_put_by_uint32_index (ecma_get_object_from_value (values_array), in ecma_builtin_promise_all_handler()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-objects.h | 57 ecma_value_t ecma_op_object_put_by_uint32_index (ecma_object_t *object_p, uint32_t index,
|
D | ecma-objects.c | 1069 ecma_op_object_put_by_uint32_index (ecma_object_t *object_p, /**< the object */ in ecma_op_object_put_by_uint32_index() function
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 2473 ecma_value_t ret_value = ecma_op_object_put_by_uint32_index (ecma_get_object_from_value (obj_val), in jerry_set_property_by_index()
|