1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:27:43 +00:00

LibJS: Remove unused ShapeWithoutGlobalObject constructor mechanism

This commit is contained in:
Andreas Kling 2022-08-01 18:52:35 +02:00
parent 69a45adfbe
commit 7a6935a2ff

View file

@ -47,9 +47,6 @@ public:
Prototype,
};
enum class ShapeWithoutGlobalObjectTag { Tag };
explicit Shape(ShapeWithoutGlobalObjectTag) {};
explicit Shape(Object& global_object);
Shape(Shape& previous_shape, StringOrSymbol const& property_key, PropertyAttributes attributes, TransitionType);
Shape(Shape& previous_shape, Object* new_prototype);