summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Shape.h
AgeCommit message (Expand)Author
2020-07-09LibJS: Integrate Symbols into objects as valid keysMatthew Olsson
2020-06-08LibJS: Always keep a reference to the global object in ShapeAndreas Kling
2020-06-06LibJS: Distinguish between omitted descriptor attributes and false onesMatthew Olsson
2020-05-28LibJS: Object index properties have descriptors; Handle sparse indicesMatthew Olsson
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