1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:57:35 +00:00

LibJS: Remove unused Object::PutOwnPropertyMode enum class

All usages of this enum class were removed in the Object rewrite, but
this enum was left behind.
This commit is contained in:
Idan Horowitz 2021-07-16 14:55:19 +03:00 committed by Linus Groh
parent 3108aa0a6b
commit 4b39e718b3

View file

@ -41,11 +41,6 @@ public:
KeyAndValue,
};
enum class PutOwnPropertyMode {
Put,
DefineProperty,
};
enum class IntegrityLevel {
Sealed,
Frozen,