Passing ecma_value_t by value instead of by reference.

This commit is contained in:
Ruben Ayrapetyan
2015-04-15 22:25:40 +03:00
parent b81e535e1c
commit 175f8912b2
47 changed files with 319 additions and 344 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
extern ecma_completion_value_t
jerry_dispatch_external_function (ecma_object_t *function_object_p,
ecma_external_pointer_t handler_p,
const ecma_value_t& this_arg_value,
ecma_value_t this_arg_value,
const ecma_value_t args_p [],
ecma_length_t args_count);