This website requires JavaScript.
Explore
Help
Sign in
RGBCube
/
serenity
Watch
1
Fork
You've already forked serenity
0
mirror of
https://github.com/RGBCube/serenity
synced
2025-05-14 10:44:58 +00:00
Code
Issues
Activity
Actions
59669
commits
1
branch
0
tags
227
MiB
master
Commit graph
1 commit
Author
SHA1
Message
Date
Andreas Kling
0f8c6dc9ad
LibJS/Bytecode: Always evaluate LHS first in assignment expressions
...
This fixes an issue where expressions like `a[i] = a[++i]` could evaluate `++i` before `a[i]`.
2024-03-05 10:19:38 +01:00