summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Shape.h
AgeCommit message (Expand)Author
2020-11-28LibJS: Rename Cell::visit_children() => Cell::visit_edges()Andreas Kling
2020-11-28LibJS: Allow Shape without a global objectAndreas Kling
2020-11-07LibJS: Remove unused variable m_has_property_table in ShapeLuke
2020-10-16LibJS: Reorganize Shape members to reduce sizeof(Shape) a bitAndreas Kling
2020-10-05LibJS: Prevent object shape transitions during runtime object buildupAndreas Kling
2020-10-04LibJS: Don't force property table reification on Shape::property_count()Andreas Kling
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