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
Notes: sideshowbarker 2024-07-18 08:56:06 +09:00

View file

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