mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +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
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…
Add table
Add a link
Reference in a new issue