Andreas Kling
b92839fad9
LibJS: Fix bug where argument++ happened before call
...
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.
2024-04-27 17:24:29 +02:00
..
2024-04-27 17:24:29 +02:00
2024-04-05 20:01:37 -04:00
2024-04-24 11:42:15 +02:00
2024-04-24 16:50:01 -04:00
2024-04-27 17:24:29 +02:00
2024-02-24 15:06:52 -07:00
2024-04-02 07:50:17 +02:00
2024-03-06 08:39:29 +01:00
2024-04-21 09:12:25 +02:00
2024-04-21 09:12:25 +02:00
2024-04-16 07:40:01 +02:00
2024-03-26 05:47:24 +01:00
2024-04-19 06:31:19 -04:00
2024-03-24 13:28:24 +01:00
2024-04-04 11:23:21 +02:00
2024-04-09 09:13:06 +02:00
2024-04-09 09:13:06 +02:00
2024-04-19 06:31:19 -04:00
2024-04-05 20:01:37 -04:00
2024-04-05 20:01:37 -04:00
2023-09-12 17:21:42 +02:00
2023-12-17 18:25:10 +03:30
2024-02-24 15:06:52 -07:00
2022-11-27 18:28:43 -07:00
2024-04-19 06:31:19 -04:00