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:
parent
746b310061
commit
3fe1be20b7
3 changed files with 13 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue