Fixing this_arg handling in opfunc_call_n.

This commit is contained in:
Ruben Ayrapetyan 2014-10-15 13:57:26 +04:00
parent a49b52105e
commit 391b6caebe

View File

@ -596,6 +596,8 @@ opfunc_call_n (opcode_t opdata, /**< operation data */
JERRY_ASSERT (args_number_idx > 0);
args_number = (idx_t) (args_number_idx - 1);
int_data->pos++;
}
else
{