mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
LibJS: Remove unused ShapeWithoutGlobalObject constructor mechanism
This commit is contained in:
parent
69a45adfbe
commit
7a6935a2ff
1 changed files with 0 additions and 3 deletions
|
@ -47,9 +47,6 @@ public:
|
||||||
Prototype,
|
Prototype,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class ShapeWithoutGlobalObjectTag { Tag };
|
|
||||||
|
|
||||||
explicit Shape(ShapeWithoutGlobalObjectTag) {};
|
|
||||||
explicit Shape(Object& global_object);
|
explicit Shape(Object& global_object);
|
||||||
Shape(Shape& previous_shape, StringOrSymbol const& property_key, PropertyAttributes attributes, TransitionType);
|
Shape(Shape& previous_shape, StringOrSymbol const& property_key, PropertyAttributes attributes, TransitionType);
|
||||||
Shape(Shape& previous_shape, Object* new_prototype);
|
Shape(Shape& previous_shape, Object* new_prototype);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue