Pass function arguments through ecma-collections.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-08-04 19:27:18 +03:00
parent 7daabb1974
commit 1cafff32b5
19 changed files with 245 additions and 247 deletions
+1 -2
View File
@@ -27,8 +27,7 @@ extern ecma_completion_value_t
jerry_dispatch_external_function (ecma_object_t *function_object_p,
ecma_external_pointer_t handler_p,
ecma_value_t this_arg_value,
const ecma_value_t args_p[],
ecma_length_t args_count);
ecma_collection_header_t *arg_collection_p);
extern void
jerry_dispatch_object_free_callback (ecma_external_pointer_t freecb_p,