Home
last modified time | relevance | path

Searched refs:constructor_obj_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array.c130 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/
Decma-promise-object.c697 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()
Decma-regexp-object.c2034 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/
Dvm.c679 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()