Home
last modified time | relevance | path

Searched refs:ecma_op_create_object_object_noarg (Results 1 - 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects-general.h30 ecma_object_t *ecma_op_create_object_object_noarg (void);
H A Decma-objects-general.c62 ecma_op_create_object_object_noarg (void) in ecma_op_create_object_object_noarg() function
68 } /* ecma_op_create_object_object_noarg */ in ecma_op_create_object_object_noarg()
96 ecma_object_t *obj_p = ecma_op_create_object_object_noarg (); in ecma_op_create_object_object_arg()
H A Decma-conversion.c559 ecma_object_t *obj_p = ecma_op_create_object_object_noarg (); in ecma_op_from_property_descriptor()
H A Decma-promise-object.c699 ecma_object_t *capability_p = ecma_op_create_object_object_noarg (); in ecma_promise_new_capability()
H A Decma-function-object.c1343 proto_object_p = ecma_op_create_object_object_noarg (); in ecma_op_lazy_instantiate_prototype_object()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-json.c485 ecma_object_t *object_p = ecma_op_create_object_object_noarg (); in ecma_builtin_json_parse_value()
749 ecma_object_t *object_p = ecma_op_create_object_object_noarg (); in ecma_builtin_json_parse()
1323 ecma_object_t *obj_wrapper_p = ecma_op_create_object_object_noarg (); in ecma_builtin_json_str_helper()
H A Decma-builtin-object.c120 ecma_object_t *obj_p = ecma_op_create_object_object_noarg (); in ecma_builtin_object_dispatch_construct()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1637 return ecma_make_object_value (ecma_op_create_object_object_noarg ()); in jerry_create_object()

Completed in 17 milliseconds