Home
last modified time | relevance | path

Searched refs:jerry_invoke_function (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/api/
H A Djerry.c2812 jerry_invoke_function (bool is_invoke_as_constructor, /**< true - invoke function as constructor in jerry_invoke_function() function
2854 } /* jerry_invoke_function */ in jerry_invoke_function()
2899 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()

Completed in 6 milliseconds