summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/classes
AgeCommit message (Expand)Author
2021-11-30LibJS: Replace the verify in private identifier with a syntax errordavidot
2021-11-30LibJS: Allow defining class fields with "keyword" namesdavidot
2021-11-30LibJS: Treat private identifier as divisible tokendavidot
2021-10-20LibJS: Add parsing and evaluation of private fields and methodsdavidot
2021-10-20LibJS: Add static initializers to classesdavidot
2021-10-20LibJS: Make class definition evaluation more spec like in orderingdavidot
2021-09-01LibJS: Add support for public fields in classesdavidot
2021-07-18LibJS: Extend class 'extends' RHS expression parsingLinus Groh
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-05-11LibJS: Make super() in catch block workLinus Groh
2021-01-24LibJS: Check if class extends value has a valid prototypeLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling