mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +00:00
LibJS: Visit internal values in PromiseValueList
This commit is contained in:
parent
212c8dad5e
commit
d46be7e7f2
2 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
|
||||
private:
|
||||
virtual const char* class_name() const override { return "PromiseValueList"; }
|
||||
virtual void visit_edges(Visitor&) override;
|
||||
|
||||
Vector<Value> m_values;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue