Searched refs:ecma_op_new_array_object (Results 1 – 3 of 3) sorted by relevance
110 ecma_object_t *template_obj_p = ecma_op_new_array_object (0); in parser_new_tagged_template_literal()111 *raw_strings_p = ecma_op_new_array_object (0); in parser_new_tagged_template_literal()
65 ecma_op_new_array_object (ecma_length_t length);
70 ecma_op_new_array_object (ecma_length_t length) /**< length of the new array */ in ecma_op_new_array_object() function145 ecma_object_t *object_p = ecma_op_new_array_object (length); in ecma_op_new_fast_array_object()617 return ecma_make_object_value (ecma_op_new_array_object (length)); in ecma_op_create_array_object()624 return ecma_make_object_value (ecma_op_new_array_object (length)); in ecma_op_create_array_object()