mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-05 15:27:04 +00:00
LibJS: Suppress LibJSGCVerifier warning about Map::m_keys
This commit is contained in:
@@ -86,6 +86,8 @@ void Map::visit_edges(Cell::Visitor& visitor)
|
||||
visitor.visit(value.key);
|
||||
visitor.visit(value.value);
|
||||
}
|
||||
// NOTE: The entries in m_keys are already visited by the walk over m_entries above.
|
||||
visitor.ignore(m_keys);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user