Files
ladybird/Userland/Libraries/LibJS/Runtime/Shape.cpp
Andreas Kling 61c56e75f4 LibJS: Flatten Shape::property_table()
In the common case, we take the early return in ensure_property_table()
so let's make sure it gets inlined into property_table().
2021-06-07 10:22:25 +02:00

6.7 KiB