summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/comments-basic.js
AgeCommit message (Expand)Author
2021-12-21LibJS: Make new lines in block comments reset line has tokendavidot
2021-06-18LibJS: Implement the 'Hashbang Grammar for JS' proposalLinus Groh
2021-06-18LibJS/Tests: Use eval() for toEvalTo(), not Function()Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling