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/
H A Decma-function-object.c776 ecma_op_function_call_simple (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_call_simple() function
928 } /* ecma_op_function_call_simple */ in ecma_op_function_call_simple()
1088 result = ecma_op_function_call_simple (func_obj_p, this_arg_value, arguments_list_p, arguments_list_len); in ecma_op_function_call()
1279 ecma_value_t ret_value = ecma_op_function_call_simple (func_obj_p, this_arg, arguments_list_p, arguments_list_len); in ecma_op_function_construct()

Completed in 2 milliseconds