Home
last modified time | relevance | path

Searched defs:args_number (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-date.c654 ecma_builtin_date_utc(ecma_value_t this_arg, const ecma_value_t args[], ecma_length_t args_number) ecma_builtin_date_utc() argument
H A Decma-builtin-string.c61 ecma_builtin_string_object_from_char_code(ecma_value_t this_arg, const ecma_value_t args[], ecma_length_t args_number) ecma_builtin_string_object_from_char_code() argument
125 ecma_builtin_string_object_raw(ecma_value_t this_arg, const ecma_value_t args[], ecma_length_t args_number) ecma_builtin_string_object_raw() argument
279 ecma_builtin_string_object_from_code_point(ecma_value_t this_arg, const ecma_value_t args[], ecma_length_t args_number) ecma_builtin_string_object_from_code_point() argument
[all...]
H A Decma-builtin-math.c121 ecma_builtin_math_object_max_min(bool is_max, const ecma_value_t *arg, ecma_length_t args_number) ecma_builtin_math_object_max_min() argument
197 ecma_builtin_math_object_hypot(const ecma_value_t *arg, ecma_length_t args_number) ecma_builtin_math_object_hypot() argument
H A Decma-builtin-array-prototype.c219 ecma_builtin_array_prototype_object_concat(const ecma_value_t args[], ecma_length_t args_number, ecma_object_t *obj_p) ecma_builtin_array_prototype_object_concat() argument
1267 ecma_builtin_array_prototype_object_splice(const ecma_value_t args[], ecma_length_t args_number, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_splice() argument
1535 ecma_builtin_array_prototype_object_unshift(const ecma_value_t args[], ecma_length_t args_number, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_unshift() argument
1643 ecma_builtin_array_prototype_object_index_of(const ecma_value_t args[], ecma_length_t args_number, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_index_of() argument
1748 ecma_builtin_array_prototype_object_last_index_of(const ecma_value_t args[], ecma_length_t args_number, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_last_index_of() argument
2150 ecma_builtin_array_reduce_from(const ecma_value_t args_p[], ecma_length_t args_number, bool start_from_left, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_reduce_from() argument
2444 ecma_builtin_array_prototype_object_copy_within(const ecma_value_t args[], ecma_length_t args_number, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_copy_within() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c1701 ecma_builtin_typedarray_prototype_index_of(ecma_value_t this_arg, const ecma_value_t args[], ecma_length_t args_number) ecma_builtin_typedarray_prototype_index_of() argument
1781 ecma_builtin_typedarray_prototype_last_index_of(ecma_value_t this_arg, const ecma_value_t args[], ecma_length_t args_number) ecma_builtin_typedarray_prototype_last_index_of() argument
1862 ecma_builtin_typedarray_prototype_copy_within(ecma_value_t this_arg, const ecma_value_t args[], ecma_length_t args_number) ecma_builtin_typedarray_prototype_copy_within() argument
1935 ecma_builtin_typedarray_prototype_slice(ecma_value_t this_arg, const ecma_value_t args[], ecma_length_t args_number) ecma_builtin_typedarray_prototype_slice() argument
[all...]

Completed in 8 milliseconds