Home
last modified time | relevance | path

Searched defs: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
291 ecma_object_t *constructor_obj_p = ecma_get_object_from_value (constructor); in ecma_builtin_array_object_from() local
/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
Decma-regexp-object.c2034 ecma_object_t *const constructor_obj_p = ecma_get_object_from_value (constructor); in ecma_regexp_split_helper() local
/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
871 ecma_object_t *constructor_obj_p = ecma_get_object_from_value (constructor_value); in opfunc_construct() local