summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Shape.cpp
AgeCommit message (Expand)Author
2023-04-30LibJS+LibWeb: Explicitly mark ignored members in visit_edges methodsMatthew Olsson
2023-04-30LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objectsMatthew Olsson
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-08-28LibJS: Remove Shape::global_object() and Object::global_object()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-05LibJS: Let Shape store a Realm instead of a GlobalObjectAndreas Kling
2022-04-13LibJS: Add missing Vector::in_reverse() in ensure_property_table()Andreas Kling
2022-04-13LibJS: Tidy up Shape::ensure_property_table() a little bitAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-02-06Everywhere: Rename JS::PropertyKey variables from property_{name => key}Linus Groh
2022-02-05LibJS: Remove the JS_TRACK_ZOMBIE_CELLS optiondavidot
2022-01-31LibJS: Use u32 for the JS::Shape property countAndreas Kling
2022-01-31LibJS: Reorganize JS::Shape members a little bitAndreas Kling
2022-01-31LibJS: Make JS::Shape smaller by using OwnPtr<HashMap> for transitionsAndreas Kling
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-02LibJS: Put zombie cell tracking code behind a compile-time flagAndreas Kling
2021-10-01LibJS: Take a pointer in get_or_prune_cached_prototype_transition()Ali Mohammad Pur
2021-10-01LibJS: Remove transition avoidance & start caching prototype transitionsAndreas Kling
2021-09-11LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapesAndreas Kling
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-06-13LibJS: Avoid lots of string-to-int during global object constructionAndreas Kling
2021-06-07LibJS: Flatten Shape::property_table()Andreas Kling
2021-05-17LibJS: Make the forward transition chain weakly cachedAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling