Home
last modified time | relevance | path

Searched refs:ecma_op_new_array_object (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-tagged-template-literal.c110 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()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.h65 ecma_op_new_array_object (ecma_length_t length);
Decma-array-object.c70 ecma_op_new_array_object (ecma_length_t length) /**< length of the new array */ in ecma_op_new_array_object() function
145 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()