mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods
This commit is contained in:
parent
39d8c8d2a9
commit
a9d192e882
4 changed files with 13 additions and 0 deletions
|
@ -123,6 +123,7 @@ void Shape::visit_edges(Cell::Visitor& visitor)
|
|||
for (auto& it : *m_property_table)
|
||||
it.key.visit_edges(visitor);
|
||||
}
|
||||
visitor.ignore(m_prototype_transitions);
|
||||
}
|
||||
|
||||
Optional<PropertyMetadata> Shape::lookup(StringOrSymbol const& property_key) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue