Searched refs:ecma_op_function_construct (Results 1 – 11 of 11) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-array.c | 132 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()
|
D | ecma-builtin-reflect.c | 209 ecma_value_t ret_value = ecma_op_function_construct (target_p, in ecma_builtin_reflect_dispatch_routine()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-function-object.h | 78 ecma_op_function_construct (ecma_object_t *func_obj_p, ecma_object_t *new_target_p,
|
D | ecma-function-object.c | 1132 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
|
D | ecma-promise-object.c | 713 ecma_value_t promise = ecma_op_function_construct (constructor_obj_p, in ecma_promise_new_capability()
|
D | ecma-array-object.c | 742 ecma_value_t ret_val = ecma_op_function_construct (ctor_object_p, in ecma_op_array_species_create()
|
D | ecma-proxy-object.c | 1779 return ecma_op_function_construct (target_obj_p, new_target_p, args_p, argc); in ecma_proxy_object_construct()
|
D | ecma-regexp-object.c | 2100 …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/ |
D | opcodes.c | 815 ecma_value_t result = ecma_op_function_construct (super_ctor_p, in ecma_op_implicit_constructor_handler_heritage_cb()
|
D | vm.c | 584 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/ |
D | jerry.c | 2840 return jerry_return (ecma_op_function_construct (ecma_get_object_from_value (func_obj_val), in jerry_invoke_function()
|