Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c776 ecma_op_function_call_simple (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_call_simple() function
1088 …result = ecma_op_function_call_simple (func_obj_p, this_arg_value, arguments_list_p, arguments_lis… in ecma_op_function_call()
1279 …ecma_value_t ret_value = ecma_op_function_call_simple (func_obj_p, this_arg, arguments_list_p, arg… in ecma_op_function_construct()