Home
last modified time | relevance | path

Searched refs:ecma_collection_append (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-collection.c172 ecma_collection_append (ecma_collection_t *collection_p, /**< value collection */ in ecma_collection_append() function
Decma-helpers.h419 void ecma_collection_append (ecma_collection_t *collection_p, const ecma_value_t *buffer_p, uint32_…
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c1001 ecma_collection_append (list_p, args_p + 1, args_length - 1); in ecma_op_bound_function_get_argument_list()
1031 ecma_collection_append (bound_arg_list_p, arguments_list_p, arguments_list_len); in ecma_op_function_call_bound()
1125 ecma_collection_append (bound_arg_list_p, arguments_list_p, arguments_list_len); in ecma_op_function_construct_bound()
Decma-container-object.c70 ecma_collection_append (container_p, values, 2); in ecma_op_internal_buffer_append()
Decma-proxy-object.c1485 ecma_collection_append (unchecked_result_keys, trap_result->buffer_p, trap_result->item_count); in ecma_proxy_check_invariants_for_own_prop_keys()