Home
last modified time | relevance | path

Searched refs:ecma_new_collection (Results 1 – 15 of 15) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-promise-object.c220 promise_p->reactions = ecma_new_collection (); in ecma_reject_promise()
249 promise_p->reactions = ecma_new_collection (); in ecma_fulfill_promise()
529 ecma_collection_t *reactions = ecma_new_collection (); in ecma_op_create_promise_object()
Decma-proxy-object.c1483 ecma_collection_t *unchecked_result_keys = ecma_new_collection (); in ecma_proxy_check_invariants_for_own_prop_keys()
1615 ecma_collection_t *target_configurable_keys = ecma_new_collection (); in ecma_proxy_object_own_property_keys()
1618 ecma_collection_t *target_non_configurable_keys = ecma_new_collection (); in ecma_proxy_object_own_property_keys()
Decma-container-object.c50 ecma_collection_t *collection_p = ecma_new_collection (); in ecma_op_create_internal_buffer()
713 refs_p = ecma_new_collection (); in ecma_op_container_set_weak()
Decma-objects.c2070 ecma_collection_t *return_keys = ecma_new_collection (); in ecma_op_object_get_property_names()
2103 ecma_collection_t *ret_p = ecma_new_collection (); in ecma_op_object_get_property_names()
2104 ecma_collection_t *skipped_non_enumerable_p = ecma_new_collection (); in ecma_op_object_get_property_names()
2129 ecma_collection_t *prop_names_p = ecma_new_collection (); in ecma_op_object_get_property_names()
Decma-function-object.c1026 ecma_collection_t *bound_arg_list_p = ecma_new_collection (); in ecma_op_function_call_bound()
1120 ecma_collection_t *bound_arg_list_p = ecma_new_collection (); in ecma_op_function_construct_bound()
Decma-conversion.c1007 ecma_collection_t *list_ptr = ecma_new_collection (); in ecma_op_create_list_from_array_like()
Decma-regexp-object.c2581 ecma_collection_t *arguments_p = ecma_new_collection (); in ecma_regexp_replace_helper_fast()
2848 ecma_collection_t *results_p = ecma_new_collection (); in ecma_regexp_replace_helper()
3038 ecma_collection_t *arguments_p = ecma_new_collection (); in ecma_regexp_replace_helper()
Decma-typedarray-object.c795 ecma_collection_t *values_p = ecma_new_collection (); in ecma_op_typedarray_from()
Decma-array-object.c520 ecma_collection_t *ret_p = ecma_new_collection (); in ecma_fast_array_get_property_names()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-collection.c35 ecma_new_collection (void) in ecma_new_collection() function
Decma-helpers.h419 ecma_collection_t *ecma_new_collection (void);
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c803 ecma_collection_t *lit_pool_p = ecma_new_collection (); in jerry_generate_snapshot_with_args()
1239 ecma_collection_t *lit_pool_p = ecma_new_collection (); in jerry_merge_snapshots()
1593 ecma_collection_t *lit_pool_p = ecma_new_collection (); in jerry_get_literals_from_snapshot()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c1363 context.property_list_p = ecma_new_collection (); in ecma_builtin_json_string_from_object()
1394 context.property_list_p = ecma_new_collection (); in ecma_builtin_json_stringify()
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c419 ecma_collection_t *buff_p = ecma_new_collection (); in opfunc_spread_arguments()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c1420 collection_p = ecma_new_collection (); in parser_parse_tagged_template_literal()