summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/ReflectObject.h
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-07-23LibJS: Simplify Cell::initialize()Andreas Kling
2020-06-21LibJS+LibWeb: Add JS::Object::inherits(class_name)Andreas Kling
2020-06-20LibJS: Split more native object constructors into construct/initializeAndreas Kling
2020-06-20LibJS: Pass GlobalObject& to native functions and property accessorsAndreas Kling
2020-05-01LibJS: Implement most of the Reflect objectLinus Groh