index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Runtime
/
Shape.h
Age
Commit message (
Expand
)
Author
2020-11-28
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
Andreas Kling
2020-11-28
LibJS: Allow Shape without a global object
Andreas Kling
2020-11-07
LibJS: Remove unused variable m_has_property_table in Shape
Luke
2020-10-16
LibJS: Reorganize Shape members to reduce sizeof(Shape) a bit
Andreas Kling
2020-10-05
LibJS: Prevent object shape transitions during runtime object buildup
Andreas Kling
2020-10-04
LibJS: Don't force property table reification on Shape::property_count()
Andreas Kling
2020-07-09
LibJS: Integrate Symbols into objects as valid keys
Matthew Olsson
2020-06-08
LibJS: Always keep a reference to the global object in Shape
Andreas Kling
2020-06-06
LibJS: Distinguish between omitted descriptor attributes and false ones
Matthew Olsson
2020-05-28
LibJS: Object index properties have descriptors; Handle sparse indices
Matthew Olsson
2020-05-21
LibJS: Add getter/setter support
Matthew Olsson
2020-04-29
LibJS: Implement correct object property ordering
mattco98
2020-04-26
LibJS: Implement basic support for the "delete" operator
Andreas Kling
2020-04-10
LibJS: Key shape transitions on both property name and attributes
Andreas Kling
2020-04-10
LibJS: Add property configuration transitions
Andreas Kling
2020-04-10
LibJS: Add Object.defineProperty() and start caring about attributes
Andreas Kling
2020-04-02
LibJS: Start implementing object shapes
Andreas Kling