mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:58:12 +00:00
LibWeb: Port Stream algorithms from JS::SafeFunction to JS::HeapFunction
This commit is contained in:
parent
e118430648
commit
5f484d200a
14 changed files with 211 additions and 189 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue