1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

LibJS: Mark entire private environment chains during GC

This commit is contained in:
Andreas Kling 2021-12-08 09:58:19 +01:00
parent 4790f9a628
commit f25899ca34
2 changed files with 7 additions and 0 deletions

View file

@ -36,6 +36,7 @@ public:
private:
virtual char const* class_name() const override { return "PrivateEnvironment"; }
virtual void visit_edges(Visitor&) override;
auto find_private_name(FlyString const& description) const
{