summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/classes
AgeCommit message (Expand)Author
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