summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Shape.cpp
AgeCommit message (Expand)Author
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