summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Shape.h
AgeCommit message (Expand)Author
2020-05-21LibJS: Add getter/setter supportMatthew Olsson
2020-04-29LibJS: Implement correct object property orderingmattco98
2020-04-26LibJS: Implement basic support for the "delete" operatorAndreas Kling
2020-04-10LibJS: Key shape transitions on both property name and attributesAndreas Kling
2020-04-10LibJS: Add property configuration transitionsAndreas Kling
2020-04-10LibJS: Add Object.defineProperty() and start caring about attributesAndreas Kling
2020-04-02LibJS: Start implementing object shapesAndreas Kling