Searched refs:ecma_op_object_find_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 | 772 ecma_value_t curr_value = ecma_op_object_find_by_uint32_index (obj_p, k); in ecma_builtin_array_prototype_object_shift() 952 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, k); in ecma_builtin_array_prototype_object_slice() 1349 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, del_item_idx); in ecma_builtin_array_prototype_object_splice() 1415 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, from); in ecma_builtin_array_prototype_object_splice() 1466 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, from); in ecma_builtin_array_prototype_object_splice() 1581 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, k - 1); in ecma_builtin_array_prototype_object_unshift() 1715 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, from_idx); in ecma_builtin_array_prototype_object_index_of() 1819 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, from_idx); in ecma_builtin_array_prototype_object_last_index_of() 1890 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, index); in ecma_builtin_array_apply() 1991 ecma_value_t current_value = ecma_op_object_find_by_uint32_index (obj_p, index); in ecma_builtin_array_prototype_object_map() [all …]
|
D | ecma-builtin-helpers.c | 404 ecma_value_t get_value = ecma_op_object_find_by_uint32_index (obj_p, array_index); in ecma_builtin_helper_array_concat_value()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-objects.h | 36 ecma_value_t ecma_op_object_find_by_uint32_index (ecma_object_t *object_p, uint32_t index);
|
D | ecma-typedarray-object.c | 931 ecma_value_t current_value = ecma_op_object_find_by_uint32_index (arraylike_object_p, index); in ecma_op_typedarray_from()
|
D | ecma-objects.c | 685 ecma_op_object_find_by_uint32_index (ecma_object_t *object_p, /**< the object */ in ecma_op_object_find_by_uint32_index() function
|