mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fixing this_arg handling in opfunc_call_n.
This commit is contained in:
parent
a49b52105e
commit
391b6caebe
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user