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/
Decma-objects-general.h30 ecma_object_t *ecma_op_create_object_object_noarg (void);
Decma-objects-general.c62 ecma_op_create_object_object_noarg (void) in ecma_op_create_object_object_noarg() function
96 ecma_object_t *obj_p = ecma_op_create_object_object_noarg (); in ecma_op_create_object_object_arg()
Decma-conversion.c559 ecma_object_t *obj_p = ecma_op_create_object_object_noarg (); in ecma_op_from_property_descriptor()
Decma-promise-object.c699 ecma_object_t *capability_p = ecma_op_create_object_object_noarg (); in ecma_promise_new_capability()
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/
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()
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/
Djerry.c1637 return ecma_make_object_value (ecma_op_create_object_object_noarg ()); in jerry_create_object()