mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:08:10 +00:00
LibJS: Use IndexedProperties::for_each_value() in update_function_name()
This allows us to get rid of IndexedProperties::values_unordered().
This commit is contained in:
parent
6c4b823cef
commit
d2e3e038d6
3 changed files with 5 additions and 24 deletions
|
@ -167,8 +167,6 @@ public:
|
|||
|
||||
Vector<u32> indices() const;
|
||||
|
||||
Vector<ValueAndAttributes> values_unordered() const;
|
||||
|
||||
template<typename Callback>
|
||||
void for_each_value(Callback callback)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue