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-17 12:25:07 +00:00
Code
Issues
Activity
Actions
59646
commits
1
branch
0
tags
227
MiB
df9dd8ec69
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