Searched refs:constructor_obj_p (Results 1 – 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-array.c | 130 ecma_object_t *constructor_obj_p = ecma_get_object_from_value (constructor); in ecma_builtin_array_object_from() local 132 array = ecma_op_function_construct (constructor_obj_p, constructor_obj_p, NULL, 0); in ecma_builtin_array_object_from() 291 ecma_object_t *constructor_obj_p = ecma_get_object_from_value (constructor); in ecma_builtin_array_object_from() local 293 array = ecma_op_function_construct (constructor_obj_p, constructor_obj_p, &len_value, 1); in ecma_builtin_array_object_from()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-promise-object.c | 697 ecma_object_t *constructor_obj_p = ecma_get_object_from_value (constructor); in ecma_promise_new_capability() local 713 ecma_value_t promise = ecma_op_function_construct (constructor_obj_p, in ecma_promise_new_capability() 714 constructor_obj_p, in ecma_promise_new_capability()
|
D | ecma-regexp-object.c | 2034 ecma_object_t *const constructor_obj_p = ecma_get_object_from_value (constructor); in ecma_regexp_split_helper() local 2040 ecma_deref_object (constructor_obj_p); in ecma_regexp_split_helper() 2049 ecma_deref_object (constructor_obj_p); in ecma_regexp_split_helper() 2100 …ecma_value_t splitter = ecma_op_function_construct (constructor_obj_p, constructor_obj_p, argument… in ecma_regexp_split_helper() 2103 ecma_deref_object (constructor_obj_p); in ecma_regexp_split_helper()
|
/third_party/jerryscript/jerry-core/vm/ |
D | vm.c | 679 ecma_object_t *constructor_obj_p = ecma_get_object_from_value (func_value); in vm_spread_operation() local 681 completion_value = ecma_op_function_construct (constructor_obj_p, in vm_spread_operation() 682 constructor_obj_p, in vm_spread_operation() 871 ecma_object_t *constructor_obj_p = ecma_get_object_from_value (constructor_value); in opfunc_construct() local 877 completion_value = ecma_op_function_construct (constructor_obj_p, in opfunc_construct() 878 constructor_obj_p, in opfunc_construct()
|