mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 22:59:13 +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: 4b39e718b3
Pull-request: https://github.com/SerenityOS/serenity/pull/8804
1 changed files with 0 additions and 5 deletions
|
@ -41,11 +41,6 @@ public:
|
||||||
KeyAndValue,
|
KeyAndValue,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class PutOwnPropertyMode {
|
|
||||||
Put,
|
|
||||||
DefineProperty,
|
|
||||||
};
|
|
||||||
|
|
||||||
enum class IntegrityLevel {
|
enum class IntegrityLevel {
|
||||||
Sealed,
|
Sealed,
|
||||||
Frozen,
|
Frozen,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue