mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:37:45 +00:00
LibJS: Rename PropertyName to PropertyKey
Let's use the same name as the spec. :^)
This commit is contained in:
parent
715e7fada8
commit
398c181c79
55 changed files with 287 additions and 287 deletions
|
@ -58,7 +58,7 @@ public:
|
|||
Shape* create_prototype_transition(Object* new_prototype);
|
||||
|
||||
void add_property_without_transition(const StringOrSymbol&, PropertyAttributes);
|
||||
void add_property_without_transition(PropertyName const&, PropertyAttributes);
|
||||
void add_property_without_transition(PropertyKey const&, PropertyAttributes);
|
||||
|
||||
bool is_unique() const { return m_unique; }
|
||||
Shape* create_unique_clone() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue