mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
For this case to work correctly in the current bytecode world:
func(a, a++)
We have to put the function arguments in temporaries instead of allowing
the postfix increment to modify `a` in place.
This fixes a problem where jQuery.each() would skip over items.
163 KiB
163 KiB