summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/builtins/Reflect/Reflect.ownKeys.js
AgeCommit message (Expand)Author
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-04-05LibJS: Let Object::get_own_properties() return both strings and symbolsLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling