1
Fork 0
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:
Andreas Kling 2020-12-08 15:08:49 +01:00
parent 6c4b823cef
commit d2e3e038d6
3 changed files with 5 additions and 24 deletions

View file

@ -167,8 +167,6 @@ public:
Vector<u32> indices() const;
Vector<ValueAndAttributes> values_unordered() const;
template<typename Callback>
void for_each_value(Callback callback)
{