mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibJS: Generify the garbage collector's weak container notifications
This will allow us to use the same interface for other JS weak containers like the WeakMap & WeakRef.
This commit is contained in:
parent
06fdc26656
commit
1a8ee5d8d7
Notes:
sideshowbarker
2024-07-18 12:22:38 +09:00
Author: https://github.com/IdanHo
Commit: 1a8ee5d8d7
Pull-request: https://github.com/SerenityOS/serenity/pull/8014
Reviewed-by: https://github.com/linusg
6 changed files with 51 additions and 17 deletions
|
@ -141,6 +141,7 @@ class Symbol;
|
|||
class Token;
|
||||
class VM;
|
||||
class Value;
|
||||
class WeakContainer;
|
||||
enum class DeclarationKind;
|
||||
struct AlreadyResolved;
|
||||
struct JobCallback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue