Home
last modified time | relevance | path

Searched refs:ecma_create_object (Results 1 - 25 of 26) sorted by relevance

12

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-arraybuffer-object.c50 ecma_object_t *object_p = ecma_create_object (prototype_obj_p, in ecma_arraybuffer_new_object()
81 ecma_object_t *object_p = ecma_create_object (prototype_obj_p, in ecma_arraybuffer_new_object_external()
H A Decma-number-object.c57 ecma_object_t *object_p = ecma_create_object (prototype_obj_p, in ecma_op_create_number_object()
H A Decma-boolean-object.c52 ecma_object_t *object_p = ecma_create_object (prototype_obj_p, in ecma_op_create_boolean_object()
H A Decma-objects-arguments.c77 obj_p = ecma_create_object (prototype_p, in ecma_op_create_arguments_object()
108 obj_p = ecma_create_object (prototype_p, sizeof (ecma_extended_object_t), ECMA_OBJECT_TYPE_CLASS); in ecma_op_create_arguments_object()
H A Decma-symbol-object.c88 ecma_object_t *object_p = ecma_create_object (prototype_obj_p, in ecma_op_create_symbol_object()
H A Decma-string-object.c69 ecma_object_t *object_p = ecma_create_object (prototype_obj_p, in ecma_op_create_string_object()
H A Decma-iterator-object.c101 ecma_object_t *object_p = ecma_create_object (ecma_builtin_get (ECMA_BUILTIN_ID_OBJECT_PROTOTYPE), in ecma_create_iter_result_object()
145 ecma_object_t *object_p = ecma_create_object (prototype_obj_p, in ecma_op_create_iterator_object()
H A Decma-function-object.c237 ecma_object_t *func_p = ecma_create_object (prototype_obj_p, in ecma_op_create_function_object()
456 ecma_object_t *func_p = ecma_create_object (prototype_obj_p, in ecma_op_create_arrow_function_object()
506 function_obj_p = ecma_create_object (prototype_obj_p, in ecma_op_create_external_function_object()
1163 ecma_object_t *new_this_obj_p = ecma_create_object (proto_p, 0, ECMA_OBJECT_TYPE_GENERAL); in ecma_op_function_construct_external()
1268 new_this_obj_p = ecma_create_object (proto_p, 0, ECMA_OBJECT_TYPE_GENERAL); in ecma_op_function_construct()
1327 proto_object_p = ecma_create_object (ecma_builtin_get (ECMA_BUILTIN_ID_GENERATOR_PROTOTYPE), in ecma_op_lazy_instantiate_prototype_object()
H A Decma-proxy-object.c83 ecma_object_t *obj_p = ecma_create_object (ecma_builtin_get (ECMA_BUILTIN_ID_OBJECT_PROTOTYPE), in ecma_proxy_create()
168 func_obj_p = ecma_create_object (ecma_builtin_get (ECMA_BUILTIN_ID_FUNCTION_PROTOTYPE), in ecma_proxy_create_revocable()
181 ecma_object_t *obj_p = ecma_create_object (ecma_builtin_get (ECMA_BUILTIN_ID_OBJECT_PROTOTYPE), in ecma_proxy_create_revocable()
H A Decma-exceptions.c137 ecma_object_t *new_error_obj_p = ecma_create_object (prototype_obj_p, in ecma_new_standard_error()
H A Decma-dataview-object.c133 ecma_object_t *object_p = ecma_create_object (ecma_builtin_get (ECMA_BUILTIN_ID_DATAVIEW_PROTOTYPE), in ecma_op_dataview_create()
H A Decma-typedarray-object.c558 ecma_object_t *object_p = ecma_create_object (proto_p, in ecma_typedarray_create_object_with_length()
600 ecma_object_t *object_p = ecma_create_object (proto_p, object_size, ECMA_OBJECT_TYPE_PSEUDO_ARRAY); in ecma_typedarray_create_object_with_buffer()
H A Decma-objects-general.c115 ecma_object_t *obj_p = ecma_create_object (object_prototype_p, 0, ECMA_OBJECT_TYPE_GENERAL); in ecma_op_create_object_object_noarg_and_set_prototype()
H A Decma-promise-object.c531 ecma_object_t *object_p = ecma_create_object (proto_p, in ecma_op_create_promise_object()
H A Decma-container-object.c386 ecma_object_t *object_p = ecma_create_object (proto_p, in ecma_op_container_create()
H A Decma-array-object.c78 ecma_object_t *object_p = ecma_create_object (array_prototype_object_p, in ecma_op_new_array_object()
H A Decma-regexp-object.c231 ecma_object_t *new_object_p = ecma_create_object (proto_obj_p, in ecma_op_regexp_alloc()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-function-prototype.c252 function_p = ecma_create_object (prototype_obj_p, in ecma_builtin_function_prototype_object_bind()
275 function_p = ecma_create_object (prototype_obj_p, in ecma_builtin_function_prototype_object_bind()
H A Decma-builtins.c387 ecma_object_t *obj_p = ecma_create_object (prototype_obj_p, ext_object_size, obj_type); in ecma_instantiate_builtin()
582 ecma_object_t *func_obj_p = ecma_create_object (prototype_obj_p, in ecma_builtin_make_function_object_for_routine()
H A Decma-builtin-date.c750 ecma_object_t *obj_p = ecma_create_object (prototype_obj_p, in ecma_builtin_date_dispatch_construct()
/third_party/jerryscript/jerry-core/vm/
H A Dopcodes.c602 ecma_object_t *object_p = ecma_create_object (proto_p, in opfunc_create_executable_object()
853 ecma_object_t *func_obj_p = ecma_create_object (ecma_builtin_get (ECMA_BUILTIN_ID_FUNCTION_PROTOTYPE), in opfunc_create_implicit_class_constructor()
993 ecma_object_t *proto_p = ecma_create_object (proto_parent_p, 0, ECMA_OBJECT_TYPE_GENERAL); in opfunc_init_class()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-module.c585 module_p->namespace_object_p = ecma_create_object (ecma_builtin_get (ECMA_BUILTIN_ID_OBJECT_PROTOTYPE), in ecma_module_create_namespace_object()
H A Decma-helpers.h429 ecma_object_t *ecma_create_object (ecma_object_t *prototype_object_p, size_t ext_object_size, ecma_object_type_t type);
H A Decma-helpers.c74 ecma_create_object (ecma_object_t *prototype_object_p, /**< pointer to prototybe of the object (or NULL) */ in ecma_create_object() function
98 } /* ecma_create_object */ in ecma_create_object()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c2524 internal_object_p = ecma_create_object (NULL, in jerry_set_internal_property()

Completed in 32 milliseconds

12