summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/ReflectObject.cpp
AgeCommit message (Expand)Author
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibJS: Take reference instead of pointer in prepare_arguments_listIdan Horowitz
2021-04-10LibJS: Let Object::delete_property() return a bool, not ValueLinus Groh
2021-04-07LibJS: Use MarkedValueList for internal own properties getter functionsLinus Groh
2021-04-05LibJS: Remove this_object parameter from get/put own property functionsLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling