Home
last modified time | relevance | path

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/
Decma-builtin-array-prototype.c772 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 …]
Decma-builtin-helpers.c404 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/
Decma-objects.h36 ecma_value_t ecma_op_object_find_by_uint32_index (ecma_object_t *object_p, uint32_t index);
Decma-typedarray-object.c931 ecma_value_t current_value = ecma_op_object_find_by_uint32_index (arraylike_object_p, index); in ecma_op_typedarray_from()
Decma-objects.c685 ecma_op_object_find_by_uint32_index (ecma_object_t *object_p, /**< the object */ in ecma_op_object_find_by_uint32_index() function