LibJS: Visit GC allocated members of ModuleEnvironment

This commit is contained in:
networkException
2022-10-03 02:27:40 +02:00
committed by Andreas Kling
parent a4ccdce011
commit 93464d4e41
Notes: sideshowbarker 2024-07-17 06:46:15 +09:00
2 changed files with 9 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ public:
private:
explicit ModuleEnvironment(Environment* outer_environment);
virtual void visit_edges(Visitor&) override;
struct IndirectBinding {
FlyString name;
Module* module;