mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibJS: Move WeakContainer into the Heap folder
While this is used in the implementation of Runtime objects itself, Heap seems like a more appropriate home. This will also help in factoring out the GC implementation into it's own library as the heap explicitly has knowledge of WeakContainer.
This commit is contained in:
parent
2f6bcb3538
commit
cf27eef583
Notes:
github-actions[bot]
2024-11-13 10:09:42 +00:00
Author: https://github.com/shannonbooth
Commit: cf27eef583
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2284
8 changed files with 7 additions and 7 deletions
|
@ -8,12 +8,12 @@
|
|||
|
||||
#include <AK/SinglyLinkedList.h>
|
||||
#include <LibJS/Heap/GCPtr.h>
|
||||
#include <LibJS/Heap/WeakContainer.h>
|
||||
#include <LibJS/Runtime/FunctionObject.h>
|
||||
#include <LibJS/Runtime/GlobalObject.h>
|
||||
#include <LibJS/Runtime/JobCallback.h>
|
||||
#include <LibJS/Runtime/Object.h>
|
||||
#include <LibJS/Runtime/Value.h>
|
||||
#include <LibJS/Runtime/WeakContainer.h>
|
||||
|
||||
namespace JS {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue