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.cpp
Age
Commit message (
Expand
)
Author
2020-10-17
LibJS: Use allocate_without_global_object for allocating Shapes
Andreas Kling
2020-10-16
LibJS: Reorganize Shape members to reduce sizeof(Shape) a bit
Andreas Kling
2020-10-16
LibJS: Don't bother deferring GC during ensure_property_table()
Andreas Kling
2020-10-10
LibJS: Don't change offset when reconfiguring property in unique shape
Linus Groh
2020-10-05
LibJS: Avoid work in Shape::lookup() if there are no properties
Andreas Kling
2020-10-05
LibJS: Prevent object shape transitions during runtime object buildup
Andreas Kling
2020-10-05
LibJS: Make use of existing property tables when reifying new ones
Andreas Kling
2020-10-04
LibJS: Pre-size the hash map and vector used in ensure_property_table()
Andreas Kling
2020-10-04
LibJS: Don't force property table reification on Shape::property_count()
Andreas Kling
2020-09-27
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
Andreas Kling
2020-09-20
LibJS: Don't allocate property table during GC marking phase
Andreas Kling
2020-09-09
LibJS: Deal with a FIXME in Shape::ensure_property_table()
Andreas Kling
2020-07-09
LibJS: Integrate Symbols into objects as valid keys
Matthew Olsson
2020-06-20
LibJS: Move native objects towards two-pass construction
Andreas Kling
2020-06-08
LibJS: Always keep a reference to the global object in Shape
Andreas Kling
2020-06-06
LibJS: Add Proxy objects
Matthew Olsson
2020-06-06
LibJS: Distinguish between omitted descriptor attributes and false ones
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-16
LibJS: Allow cells to mark null pointers
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-06
Meta: Add missing copyright headers
Andreas Kling
2020-04-02
LibJS: Start implementing object shapes
Andreas Kling