Home
last modified time | relevance | path

Searched refs:ecma_builtin_helper_array_index_normalize (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-arraybuffer-prototype.c114 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (arg1, in ecma_builtin_arraybuffer_prototype_object_slice()
123 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (arg2, in ecma_builtin_arraybuffer_prototype_object_slice()
Decma-builtin-array-prototype.c843 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (arg1, in ecma_builtin_array_prototype_object_slice()
858 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (arg2, in ecma_builtin_array_prototype_object_slice()
1292 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (args[0], in ecma_builtin_array_prototype_object_splice()
2286 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (start_val, in ecma_builtin_array_prototype_fill()
2301 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (end_val, in ecma_builtin_array_prototype_fill()
2457 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (args[0], len, &target))) in ecma_builtin_array_prototype_object_copy_within()
2468 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (args[1], len, &start))) in ecma_builtin_array_prototype_object_copy_within()
2483 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (args[2], len, &end))) in ecma_builtin_array_prototype_object_copy_within()
Decma-builtin-helpers.h53 ecma_builtin_helper_array_index_normalize (ecma_value_t arg, uint32_t length, uint32_t *number_p);
Decma-builtin-string-prototype.c705 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (arg1, in ecma_builtin_string_prototype_object_slice()
719 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (arg2, in ecma_builtin_string_prototype_object_slice()
Decma-builtin-helpers.c336 ecma_builtin_helper_array_index_normalize (ecma_value_t arg, /**< index */ in ecma_builtin_helper_array_index_normalize() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c1260 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (begin, in ecma_builtin_typedarray_prototype_subarray()
1274 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (end, in ecma_builtin_typedarray_prototype_subarray()
1345 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (begin, in ecma_builtin_typedarray_prototype_fill()
1358 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (end, in ecma_builtin_typedarray_prototype_fill()
1879 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (args[0], in ecma_builtin_typedarray_prototype_copy_within()
1888 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (args[1], in ecma_builtin_typedarray_prototype_copy_within()
1897 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (args[2], in ecma_builtin_typedarray_prototype_copy_within()
1957 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (args[0], in ecma_builtin_typedarray_prototype_slice()
1966 && ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (args[1], in ecma_builtin_typedarray_prototype_slice()