mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
LibJS: Visit GC allocated members of ModuleEnvironment
This commit is contained in:
committed by
Andreas Kling
parent
a4ccdce011
commit
93464d4e41
@@ -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