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
commit d2e3e038d6
Notes: sideshowbarker 2024-07-19 00:59:25 +09:00
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)
{