Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array.c132 array = ecma_op_function_construct (constructor_obj_p, constructor_obj_p, NULL, 0); in ecma_builtin_array_object_from()
293 array = ecma_op_function_construct (constructor_obj_p, constructor_obj_p, &len_value, 1); in ecma_builtin_array_object_from()
417 ecma_value_t ret_val = ecma_op_function_construct (ecma_get_object_from_value (this_arg), in ecma_builtin_array_object_of()
Decma-builtin-reflect.c209 ecma_value_t ret_value = ecma_op_function_construct (target_p, in ecma_builtin_reflect_dispatch_routine()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.h78 ecma_op_function_construct (ecma_object_t *func_obj_p, ecma_object_t *new_target_p,
Decma-function-object.c1132 ecma_value_t ret_value = ecma_op_function_construct (target_obj_p, in ecma_op_function_construct_bound()
1198 ecma_op_function_construct (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_construct() function
Decma-promise-object.c713 ecma_value_t promise = ecma_op_function_construct (constructor_obj_p, in ecma_promise_new_capability()
Decma-array-object.c742 ecma_value_t ret_val = ecma_op_function_construct (ctor_object_p, in ecma_op_array_species_create()
Decma-proxy-object.c1779 return ecma_op_function_construct (target_obj_p, new_target_p, args_p, argc); in ecma_proxy_object_construct()
Decma-regexp-object.c2100 …ecma_value_t splitter = ecma_op_function_construct (constructor_obj_p, constructor_obj_p, argument… in ecma_regexp_split_helper()
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c815 ecma_value_t result = ecma_op_function_construct (super_ctor_p, in ecma_op_implicit_constructor_handler_heritage_cb()
Dvm.c584 completion_value = ecma_op_function_construct (func_obj_p, in vm_super_call()
681 completion_value = ecma_op_function_construct (constructor_obj_p, in vm_spread_operation()
877 completion_value = ecma_op_function_construct (constructor_obj_p, in opfunc_construct()
/third_party/jerryscript/jerry-core/api/
Djerry.c2840 return jerry_return (ecma_op_function_construct (ecma_get_object_from_value (func_obj_val), in jerry_invoke_function()