Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-26 | LibJS: Allow statements to have multiple labels | Andreas Kling | |
This is a curious thing that occurs more often than you'd think in minified JavaScript: a: b: c: for (...) { ... break b; ... } |
index : serenity | ||
The Serenity Operating System 🐞 | cos |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-26 | LibJS: Allow statements to have multiple labels | Andreas Kling | |
This is a curious thing that occurs more often than you'd think in minified JavaScript: a: b: c: for (...) { ... break b; ... } |