mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +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:
parent
3108aa0a6b
commit
4b39e718b3
Notes:
sideshowbarker
2024-07-18 08:56:06 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/4b39e718b32 Pull-request: https://github.com/SerenityOS/serenity/pull/8804
1 changed files with 0 additions and 5 deletions
|
@ -41,11 +41,6 @@ public:
|
|||
KeyAndValue,
|
||||
};
|
||||
|
||||
enum class PutOwnPropertyMode {
|
||||
Put,
|
||||
DefineProperty,
|
||||
};
|
||||
|
||||
enum class IntegrityLevel {
|
||||
Sealed,
|
||||
Frozen,
|
||||
|
|
Loading…
Reference in a new issue