This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
ladybird
Watch
0
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-06-12 05:11:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
61441
commits
2
branches
0
tags
509
MiB
9c205537e1
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