Searched refs:ecma_op_object_put_by_number_index (Results 1 - 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-objects.h | 59 ecma_value_t ecma_op_object_put_by_number_index (ecma_object_t *object_p, ecma_number_t index,
|
H A D | ecma-objects.c | 1098 ecma_op_object_put_by_number_index (ecma_object_t *object_p, /**< the object */ in ecma_op_object_put_by_number_index() function 1108 } /* ecma_op_object_put_by_number_index */ in ecma_op_object_put_by_number_index()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-array-prototype.c | 515 ecma_value_t put_value = ecma_op_object_put_by_number_index (obj_p, n, argument_list_p[index], true); in ecma_builtin_array_prototype_object_push() 1595 operation_value = ecma_op_object_put_by_number_index (obj_p, new_idx, get_value, true); in ecma_builtin_array_prototype_object_unshift() 2340 ecma_value_t put_val = ecma_op_object_put_by_number_index (obj_p, k, value, true); in ecma_builtin_array_prototype_fill()
|
Completed in 7 milliseconds