Searched refs:jerry_invoke_function (Results 1 – 1 of 1) sorted by relevance
2812 jerry_invoke_function (bool is_invoke_as_constructor, /**< true - invoke function as constructor in jerry_invoke_function() function2899 return jerry_invoke_function (false, func_obj_val, this_val, args_p, args_count); in jerry_call_function()2933 return jerry_invoke_function (true, func_obj_val, this_val, args_p, args_count); in jerry_construct_object()