Home
last modified time | relevance | path

Searched defs:this_arg_value (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
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-builtins.c1098 ecma_builtin_dispatch_routine(ecma_extended_object_t *func_obj_p, ecma_value_t this_arg_value, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_builtin_dispatch_routine() argument
1142 ecma_builtin_dispatch_call(ecma_object_t *obj_p, ecma_value_t this_arg_value, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_builtin_dispatch_call() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-function-object.c776 ecma_op_function_call_simple(ecma_object_t *func_obj_p, ecma_value_t this_arg_value, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_op_function_call_simple() argument
936 ecma_op_function_call_external(ecma_object_t *func_obj_p, ecma_value_t this_arg_value, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_op_function_call_external() argument
1056 ecma_op_function_call(ecma_object_t *func_obj_p, ecma_value_t this_arg_value, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_op_function_call() argument

Completed in 7 milliseconds