index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
Shape.cpp
Age
Commit message (
Expand
)
Author
2023-04-30
LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods
Matthew Olsson
2023-04-30
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
Matthew Olsson
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-08-28
LibJS: Remove Shape::global_object() and Object::global_object()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-04-13
LibJS: Add missing Vector::in_reverse() in ensure_property_table()
Andreas Kling
2022-04-13
LibJS: Tidy up Shape::ensure_property_table() a little bit
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-02-06
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
Linus Groh
2022-02-05
LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option
davidot
2022-01-31
LibJS: Use u32 for the JS::Shape property count
Andreas Kling
2022-01-31
LibJS: Reorganize JS::Shape members a little bit
Andreas Kling
2022-01-31
LibJS: Make JS::Shape smaller by using OwnPtr<HashMap> for transitions
Andreas Kling
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-02
LibJS: Put zombie cell tracking code behind a compile-time flag
Andreas Kling
2021-10-01
LibJS: Take a pointer in get_or_prune_cached_prototype_transition()
Ali Mohammad Pur
2021-10-01
LibJS: Remove transition avoidance & start caching prototype transitions
Andreas Kling
2021-09-11
LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapes
Andreas Kling
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-06-13
LibJS: Avoid lots of string-to-int during global object construction
Andreas Kling
2021-06-07
LibJS: Flatten Shape::property_table()
Andreas Kling
2021-05-17
LibJS: Make the forward transition chain weakly cached
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling