mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibJS: Visit GC allocated members of ModuleEnvironment
This commit is contained in:
committed by
Andreas Kling
parent
a4ccdce011
commit
93464d4e41
Notes:
sideshowbarker
2024-07-17 06:46:15 +09:00
Author: https://github.com/networkException Commit: https://github.com/SerenityOS/serenity/commit/93464d4e41 Pull-request: https://github.com/SerenityOS/serenity/pull/15275 Reviewed-by: https://github.com/davidot ✅ Reviewed-by: https://github.com/linusg
@@ -30,6 +30,8 @@ public:
|
||||
private:
|
||||
explicit ModuleEnvironment(Environment* outer_environment);
|
||||
|
||||
virtual void visit_edges(Visitor&) override;
|
||||
|
||||
struct IndirectBinding {
|
||||
FlyString name;
|
||||
Module* module;
|
||||
|
||||
Reference in New Issue
Block a user