Introducing interpreter run scopes.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-06-02 17:04:18 +03:00
parent 712f8b0c9a
commit 8433df3097
9 changed files with 110 additions and 28 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ fill_varg_list (int_data_t *int_data, /**< interpreter context */
arg_index < args_number;
arg_index++)
{
ecma_completion_value_t evaluate_arg_completion = vm_loop (int_data);
ecma_completion_value_t evaluate_arg_completion = vm_loop (int_data, NULL);
if (ecma_is_completion_value_normal (evaluate_arg_completion))
{