Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c936 ecma_op_function_call_external (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_call_external() function
1092 …result = ecma_op_function_call_external (func_obj_p, this_arg_value, arguments_list_p, arguments_l… in ecma_op_function_call()
1172 …ecma_value_t ret_value = ecma_op_function_call_external (func_obj_p, this_arg, arguments_list_p, a… in ecma_op_function_construct_external()