Implementing Array construction routine; adding unit test on array operations.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
extern ecma_object_t*
|
||||
extern ecma_completion_value_t
|
||||
ecma_op_create_array_object (ecma_value_t *arguments_list_p,
|
||||
ecma_length_t arguments_list_len,
|
||||
bool is_treat_single_arg_as_length);
|
||||
|
||||
Reference in New Issue
Block a user