Home
last modified time | relevance | path

Searched defs:arguments_number (Results 1 - 14 of 14) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-intrinsic.c91 ecma_builtin_intrinsic_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list_p[], ecma_length_t arguments_number) ecma_builtin_intrinsic_dispatch_routine() argument
H A Decma-builtin-object-prototype.c234 ecma_builtin_object_prototype_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list_p[], ecma_length_t arguments_number) ecma_builtin_object_prototype_dispatch_routine() argument
H A Decma-builtin-dataview-prototype.c141 ecma_builtin_dataview_prototype_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list_p[], ecma_length_t arguments_number) ecma_builtin_dataview_prototype_dispatch_routine() argument
H A Decma-builtin-internal-routines-template.inc.h233 DISPATCH_ROUTINE_ROUTINE_NAME(uint16_t builtin_routine_id, ecma_value_t this_arg_value, const ecma_value_t arguments_list[], ecma_length_t arguments_number) DISPATCH_ROUTINE_ROUTINE_NAME() argument
H A Decma-builtin-reflect.c80 ecma_builtin_reflect_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list[], ecma_length_t arguments_number) ecma_builtin_reflect_dispatch_routine() argument
[all...]
H A Decma-builtin-function-prototype.c178 ecma_builtin_function_prototype_object_call(ecma_object_t *func_obj_p , const ecma_value_t *arguments_list_p, ecma_length_t arguments_number) ecma_builtin_function_prototype_object_call() argument
207 ecma_builtin_function_prototype_object_bind(ecma_object_t *this_arg_obj_p , const ecma_value_t *arguments_list_p, ecma_length_t arguments_number) ecma_builtin_function_prototype_object_bind() argument
401 ecma_builtin_function_prototype_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list_p[], ecma_length_t arguments_number) ecma_builtin_function_prototype_dispatch_routine() argument
[all...]
H A Decma-builtin-global.c778 ecma_builtin_global_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list_p[], ecma_length_t arguments_number) ecma_builtin_global_dispatch_routine() argument
H A Decma-builtin-number-prototype.c975 ecma_builtin_number_prototype_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list_p[], ecma_length_t arguments_number) ecma_builtin_number_prototype_dispatch_routine() argument
H A Decma-builtin-math.c338 ecma_builtin_math_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list[], ecma_length_t arguments_number) ecma_builtin_math_dispatch_routine() argument
H A Decma-builtin-object.c1084 ecma_builtin_object_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list_p[], ecma_length_t arguments_number) ecma_builtin_object_dispatch_routine() argument
H A Decma-builtin-date-prototype.c344 ecma_builtin_date_prototype_dispatch_set(uint16_t builtin_routine_id, ecma_extended_object_t *ext_object_p, ecma_number_t date_num, const ecma_value_t arguments_list[], ecma_length_t arguments_number) ecma_builtin_date_prototype_dispatch_set() argument
596 ecma_builtin_date_prototype_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list[], ecma_length_t arguments_number) ecma_builtin_date_prototype_dispatch_routine() argument
H A Decma-builtin-array-prototype.c473 ecma_builtin_array_prototype_object_push(const ecma_value_t *argument_list_p, ecma_length_t arguments_number, ecma_object_t *obj_p, uint32_t length) ecma_builtin_array_prototype_object_push() argument
2598 ecma_builtin_array_prototype_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list_p[], ecma_length_t arguments_number) ecma_builtin_array_prototype_dispatch_routine() argument
[all...]
H A Decma-builtin-string-prototype.c207 ecma_builtin_string_prototype_object_concat(ecma_string_t *this_string_p, const ecma_value_t *argument_list_p, ecma_length_t arguments_number) ecma_builtin_string_prototype_object_concat() argument
1325 ecma_builtin_string_prototype_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list_p[], ecma_length_t arguments_number) ecma_builtin_string_prototype_dispatch_routine() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects-arguments.c43 ecma_op_create_arguments_object(ecma_object_t *func_obj_p, ecma_object_t *lex_env_p, const ecma_value_t *arguments_list_p, ecma_length_t arguments_number, const ecma_compiled_code_t *bytecode_data_p) ecma_op_create_arguments_object() argument

Completed in 14 milliseconds