LibWeb: Port Stream algorithms from JS::SafeFunction to JS::HeapFunction

This commit is contained in:
Shannon Booth
2024-01-26 18:54:24 +13:00
committed by Tim Flynn
parent e118430648
commit 5f484d200a
Notes: sideshowbarker 2024-07-17 04:49:48 +09:00
14 changed files with 211 additions and 189 deletions

View File

@@ -29,6 +29,8 @@ void TransformStreamDefaultController::visit_edges(Cell::Visitor& visitor)
{
Base::visit_edges(visitor);
visitor.visit(m_stream);
visitor.visit(m_flush_algorithm);
visitor.visit(m_transform_algorithm);
}
// https://streams.spec.whatwg.org/#ts-default-controller-desired-size