Adding stub for Array construction routine

This commit is contained in:
Ruben Ayrapetyan
2014-08-22 17:17:17 +04:00
parent 5713373279
commit 3bcf02137e
2 changed files with 23 additions and 0 deletions
@@ -25,6 +25,10 @@
* @{
*/
extern ecma_object_t*
ecma_op_create_array_object (ecma_value_t *arguments_list_p,
ecma_length_t arguments_list_len);
extern ecma_completion_value_t
ecma_op_array_object_define_own_property (ecma_object_t *obj_p,
ecma_string_t *property_name_p,