1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

LibJS: Use IntrusiveList for keeping track of MarkedValueLists

This commit is contained in:
Andreas Kling 2021-07-21 19:51:19 +02:00
parent 746b310061
commit 3fe1be20b7
3 changed files with 13 additions and 7 deletions

View file

@ -109,7 +109,7 @@ private:
HandleImpl::List m_handles;
HashTable<MarkedValueList*> m_marked_value_lists;
MarkedValueList::List m_marked_value_lists;
HashTable<WeakContainer*> m_weak_containers;