mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
PropertyKey used to be called PropertyName, but got renamed. Let's update all the variables of this type as well.
This commit is contained in:
parent
3e6aaa3520
commit
6f20f49b21
Notes:
sideshowbarker
2024-07-17 19:41:36 +09:00
Author: https://github.com/linusg
Commit: 6f20f49b21
Pull-request: https://github.com/SerenityOS/serenity/pull/12314
Reviewed-by: https://github.com/davidot ✅
25 changed files with 435 additions and 435 deletions
|
@ -347,7 +347,7 @@ public:
|
|||
bool operator==(Value const&) const;
|
||||
|
||||
template<typename... Args>
|
||||
[[nodiscard]] ALWAYS_INLINE ThrowCompletionOr<Value> invoke(GlobalObject& global_object, PropertyKey const& property_name, Args... args);
|
||||
[[nodiscard]] ALWAYS_INLINE ThrowCompletionOr<Value> invoke(GlobalObject& global_object, PropertyKey const& property_key, Args... args);
|
||||
|
||||
private:
|
||||
Type m_type { Type::Empty };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue