Coverage Report

Created: 2025-08-28 06:26

/src/serenity/Userland/Libraries/LibJS/Heap/HeapFunction.h
Line
Count
Source (jump to first uncovered line)
1
/*
2
 * Copyright (c) 2023, Andreas Kling <kling@serenityos.org>
3
 *
4
 * SPDX-License-Identifier: BSD-2-Clause
5
 */
6
7
#pragma once
8
9
#include <AK/Function.h>
10
#include <LibJS/Heap/Cell.h>
11
#include <LibJS/Heap/Heap.h>
12
13
namespace JS {
14
15
template<typename T>
16
class HeapFunction final : public Cell {
17
    JS_CELL(HeapFunction, Cell);
18
19
public:
20
    static NonnullGCPtr<HeapFunction> create(Heap& heap, Function<T> function)
21
13.6k
    {
22
13.6k
        return heap.allocate_without_realm<HeapFunction>(move(function));
23
13.6k
    }
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>::create(JS::Heap&, AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>)
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&, JS::Completion const&)>::create(JS::Heap&, AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&, JS::Completion const&)>)
JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&)>::create(JS::Heap&, AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&)>)
Line
Count
Source
21
13.6k
    {
22
13.6k
        return heap.allocate_without_realm<HeapFunction>(move(function));
23
13.6k
    }
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()>::create(JS::Heap&, AK::Function<JS::ThrowCompletionOr<JS::Value> ()>)
Unexecuted instantiation: JS::HeapFunction<void ()>::create(JS::Heap&, AK::Function<void ()>)
Unexecuted instantiation: JS::HeapFunction<void (unsigned long)>::create(JS::Heap&, AK::Function<void (unsigned long)>)
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>::create(JS::Heap&, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>)
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>::create(JS::Heap&, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)
Unexecuted instantiation: JS::HeapFunction<void (JS::Object const&)>::create(JS::Heap&, AK::Function<void (JS::Object const&)>)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>::create(JS::Heap&, AK::Function<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>)
Unexecuted instantiation: JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)>::create(JS::Heap&, AK::Function<void (AK::Detail::ByteBuffer<32ul>)>)
Unexecuted instantiation: JS::HeapFunction<void (JS::Value)>::create(JS::Heap&, AK::Function<void (JS::Value)>)
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>::create(JS::Heap&, AK::Function<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>)
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()>::create(JS::Heap&, AK::Function<JS::NonnullGCPtr<JS::PromiseCapability> ()>)
Unexecuted instantiation: JS::HeapFunction<void (Web::HTML::DocumentReadyState)>::create(JS::Heap&, AK::Function<void (Web::HTML::DocumentReadyState)>)
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<Web::HTML::Navigable> (JS::GCPtr<Web::HTML::BrowsingContext>)>::create(JS::Heap&, AK::Function<JS::NonnullGCPtr<Web::HTML::Navigable> (JS::GCPtr<Web::HTML::BrowsingContext>)>)
Unexecuted instantiation: JS::HeapFunction<void (JS::GCPtr<Web::HTML::Script>)>::create(JS::Heap&, AK::Function<void (JS::GCPtr<Web::HTML::Script>)>)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)>::create(JS::Heap&, AK::Function<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)>)
Unexecuted instantiation: JS::HeapFunction<void (Web::HTML::ModuleMap::Entry)>::create(JS::Heap&, AK::Function<void (Web::HTML::ModuleMap::Entry)>)
Unexecuted instantiation: JS::HeapFunction<void (bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)>::create(JS::Heap&, AK::Function<void (bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)>)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()>::create(JS::Heap&, AK::Function<Web::WebIDL::ExceptionOr<JS::Value> ()>)
Unexecuted instantiation: JS::HeapFunction<void (AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&)>::create(JS::Heap&, AK::Function<void (AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&)>)
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool)>::create(JS::Heap&, AK::Function<void (JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool)>)
Unexecuted instantiation: JS::HeapFunction<JS::Completion (JS::Value)>::create(JS::Heap&, AK::Function<JS::Completion (JS::Value)>)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::Value&)>::create(JS::Heap&, AK::Function<Web::WebIDL::ExceptionOr<void> (JS::Value&)>)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> ()>::create(JS::Heap&, AK::Function<Web::WebIDL::ExceptionOr<void> ()>)
Unexecuted instantiation: JS::HeapFunction<void (AK::Vector<JS::Value, 0ul> const&)>::create(JS::Heap&, AK::Function<void (AK::Vector<JS::Value, 0ul> const&)>)
24
25
13.6k
    virtual ~HeapFunction() override = default;
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&, JS::Completion const&)>::~HeapFunction()
JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&)>::~HeapFunction()
Line
Count
Source
25
13.6k
    virtual ~HeapFunction() override = default;
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void ()>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (unsigned long)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (JS::Object const&)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (JS::Value)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (Web::HTML::DocumentReadyState)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<Web::HTML::Navigable> (JS::GCPtr<Web::HTML::BrowsingContext>)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (JS::GCPtr<Web::HTML::Script>)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (Web::HTML::ModuleMap::Entry)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<JS::Completion (JS::Value)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::Value&)>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> ()>::~HeapFunction()
Unexecuted instantiation: JS::HeapFunction<void (AK::Vector<JS::Value, 0ul> const&)>::~HeapFunction()
26
27
0
    [[nodiscard]] Function<T> const& function() const { return m_function; }
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&, JS::Completion const&)>::function() const
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>::function() const
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&)>::function() const
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()>::function() const
Unexecuted instantiation: JS::HeapFunction<void (unsigned long)>::function() const
Unexecuted instantiation: JS::HeapFunction<void ()>::function() const
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>::function() const
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>::function() const
Unexecuted instantiation: JS::HeapFunction<void (Web::HTML::DocumentReadyState)>::function() const
Unexecuted instantiation: JS::HeapFunction<void (JS::Value)>::function() const
Unexecuted instantiation: JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)>::function() const
Unexecuted instantiation: JS::HeapFunction<void (JS::Object const&)>::function() const
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<Web::HTML::Navigable> (JS::GCPtr<Web::HTML::BrowsingContext>)>::function() const
Unexecuted instantiation: JS::HeapFunction<void (JS::GCPtr<Web::HTML::Script>)>::function() const
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)>::function() const
Unexecuted instantiation: JS::HeapFunction<void (Web::HTML::ModuleMap::Entry)>::function() const
Unexecuted instantiation: JS::HeapFunction<void (bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)>::function() const
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()>::function() const
Unexecuted instantiation: JS::HeapFunction<void (AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&)>::function() const
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool)>::function() const
Unexecuted instantiation: JS::HeapFunction<JS::Completion (JS::Value)>::function() const
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()>::function() const
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>::function() const
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::Value&)>::function() const
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> ()>::function() const
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>::function() const
Unexecuted instantiation: JS::HeapFunction<void (AK::Vector<JS::Value, 0ul> const&)>::function() const
28
29
private:
30
    HeapFunction(Function<T> function)
31
13.6k
        : m_function(move(function))
32
13.6k
    {
33
13.6k
    }
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>::HeapFunction(AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>)
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&, JS::Completion const&)>::HeapFunction(AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&, JS::Completion const&)>)
JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&)>::HeapFunction(AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&)>)
Line
Count
Source
31
13.6k
        : m_function(move(function))
32
13.6k
    {
33
13.6k
    }
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()>::HeapFunction(AK::Function<JS::ThrowCompletionOr<JS::Value> ()>)
Unexecuted instantiation: JS::HeapFunction<void ()>::HeapFunction(AK::Function<void ()>)
Unexecuted instantiation: JS::HeapFunction<void (unsigned long)>::HeapFunction(AK::Function<void (unsigned long)>)
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>::HeapFunction(AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>)
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>::HeapFunction(AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)
Unexecuted instantiation: JS::HeapFunction<void (JS::Object const&)>::HeapFunction(AK::Function<void (JS::Object const&)>)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>::HeapFunction(AK::Function<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>)
Unexecuted instantiation: JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)>::HeapFunction(AK::Function<void (AK::Detail::ByteBuffer<32ul>)>)
Unexecuted instantiation: JS::HeapFunction<void (JS::Value)>::HeapFunction(AK::Function<void (JS::Value)>)
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>::HeapFunction(AK::Function<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>)
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()>::HeapFunction(AK::Function<JS::NonnullGCPtr<JS::PromiseCapability> ()>)
Unexecuted instantiation: JS::HeapFunction<void (Web::HTML::DocumentReadyState)>::HeapFunction(AK::Function<void (Web::HTML::DocumentReadyState)>)
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<Web::HTML::Navigable> (JS::GCPtr<Web::HTML::BrowsingContext>)>::HeapFunction(AK::Function<JS::NonnullGCPtr<Web::HTML::Navigable> (JS::GCPtr<Web::HTML::BrowsingContext>)>)
Unexecuted instantiation: JS::HeapFunction<void (JS::GCPtr<Web::HTML::Script>)>::HeapFunction(AK::Function<void (JS::GCPtr<Web::HTML::Script>)>)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)>::HeapFunction(AK::Function<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)>)
Unexecuted instantiation: JS::HeapFunction<void (Web::HTML::ModuleMap::Entry)>::HeapFunction(AK::Function<void (Web::HTML::ModuleMap::Entry)>)
Unexecuted instantiation: JS::HeapFunction<void (bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)>::HeapFunction(AK::Function<void (bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)>)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()>::HeapFunction(AK::Function<Web::WebIDL::ExceptionOr<JS::Value> ()>)
Unexecuted instantiation: JS::HeapFunction<void (AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&)>::HeapFunction(AK::Function<void (AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&)>)
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool)>::HeapFunction(AK::Function<void (JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool)>)
Unexecuted instantiation: JS::HeapFunction<JS::Completion (JS::Value)>::HeapFunction(AK::Function<JS::Completion (JS::Value)>)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::Value&)>::HeapFunction(AK::Function<Web::WebIDL::ExceptionOr<void> (JS::Value&)>)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> ()>::HeapFunction(AK::Function<Web::WebIDL::ExceptionOr<void> ()>)
Unexecuted instantiation: JS::HeapFunction<void (AK::Vector<JS::Value, 0ul> const&)>::HeapFunction(AK::Function<void (AK::Vector<JS::Value, 0ul> const&)>)
34
35
    virtual void visit_edges(Visitor& visitor) override
36
0
    {
37
0
        Base::visit_edges(visitor);
38
0
        visitor.visit_possible_values(m_function.raw_capture_range());
39
0
    }
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&, JS::Completion const&)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void ()>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (unsigned long)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (JS::Object const&)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (JS::Value)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (Web::HTML::DocumentReadyState)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<JS::NonnullGCPtr<Web::HTML::Navigable> (JS::GCPtr<Web::HTML::BrowsingContext>)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (JS::GCPtr<Web::HTML::Script>)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (Web::HTML::ModuleMap::Entry)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<JS::Completion (JS::Value)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::Value&)>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<Web::WebIDL::ExceptionOr<void> ()>::visit_edges(JS::Cell::Visitor&)
Unexecuted instantiation: JS::HeapFunction<void (AK::Vector<JS::Value, 0ul> const&)>::visit_edges(JS::Cell::Visitor&)
40
41
    Function<T> m_function;
42
};
43
44
template<typename Callable, typename T = EquivalentFunctionType<Callable>>
45
static NonnullGCPtr<HeapFunction<T>> create_heap_function(Heap& heap, Callable&& function)
46
13.6k
{
47
13.6k
    return HeapFunction<T>::create(heap, Function<T> { forward<Callable>(function) });
48
13.6k
}
Unexecuted instantiation: IteratorPrototype.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)> > JS::create_heap_function<JS::IteratorPrototype::drop(JS::VM&)::$_0, JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>(JS::Heap&, JS::IteratorPrototype::drop(JS::VM&)::$_0&&)
Unexecuted instantiation: IteratorPrototype.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)> > JS::create_heap_function<JS::IteratorPrototype::filter(JS::VM&)::$_0, JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>(JS::Heap&, JS::IteratorPrototype::filter(JS::VM&)::$_0&&)
Unexecuted instantiation: IteratorPrototype.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)> > JS::create_heap_function<JS::IteratorPrototype::flat_map(JS::VM&)::$_0, JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>(JS::Heap&, JS::IteratorPrototype::flat_map(JS::VM&)::$_0&&)
Unexecuted instantiation: IteratorPrototype.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&, JS::Completion const&)> > JS::create_heap_function<JS::IteratorPrototype::flat_map(JS::VM&)::$_1, JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&, JS::Completion const&)>(JS::Heap&, JS::IteratorPrototype::flat_map(JS::VM&)::$_1&&)
Unexecuted instantiation: IteratorPrototype.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)> > JS::create_heap_function<JS::IteratorPrototype::map(JS::VM&)::$_0, JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>(JS::Heap&, JS::IteratorPrototype::map(JS::VM&)::$_0&&)
Unexecuted instantiation: IteratorPrototype.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)> > JS::create_heap_function<JS::IteratorPrototype::take(JS::VM&)::$_0, JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>(JS::Heap&, JS::IteratorPrototype::take(JS::VM&)::$_0&&)
NativeFunction.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> (JS::VM&)> > JS::create_heap_function<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&)>, JS::ThrowCompletionOr<JS::Value> (JS::VM&)>(JS::Heap&, AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&)>&&)
Line
Count
Source
46
13.6k
{
47
13.6k
    return HeapFunction<T>::create(heap, Function<T> { forward<Callable>(function) });
48
13.6k
}
Unexecuted instantiation: PromiseJobs.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()> > JS::create_heap_function<JS::create_promise_reaction_job(JS::VM&, JS::PromiseReaction&, JS::Value)::$_0, JS::ThrowCompletionOr<JS::Value> ()>(JS::Heap&, JS::create_promise_reaction_job(JS::VM&, JS::PromiseReaction&, JS::Value)::$_0&&)
Unexecuted instantiation: PromiseJobs.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()> > JS::create_heap_function<JS::create_promise_resolve_thenable_job(JS::VM&, JS::Promise&, JS::Value, JS::NonnullGCPtr<JS::JobCallback>)::$_0, JS::ThrowCompletionOr<JS::Value> ()>(JS::Heap&, JS::create_promise_resolve_thenable_job(JS::VM&, JS::Promise&, JS::Value, JS::NonnullGCPtr<JS::JobCallback>)::$_0&&)
Unexecuted instantiation: MainThreadVM.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Bindings::initialize_main_thread_vm(Web::HTML::EventLoop::Type)::$_2::operator()(JS::Promise&, JS::Promise::RejectionOperation) const::{lambda()#1}, void ()>(JS::Heap&, Web::Bindings::initialize_main_thread_vm(Web::HTML::EventLoop::Type)::$_2::operator()(JS::Promise&, JS::Promise::RejectionOperation) const::{lambda()#1}&&)
Unexecuted instantiation: MainThreadVM.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Bindings::initialize_main_thread_vm(Web::HTML::EventLoop::Type)::$_4::operator()(JS::FinalizationRegistry&) const::{lambda()#1}, void ()>(JS::Heap&, Web::Bindings::initialize_main_thread_vm(Web::HTML::EventLoop::Type)::$_4::operator()(JS::FinalizationRegistry&) const::{lambda()#1}&&)
Unexecuted instantiation: MainThreadVM.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Bindings::initialize_main_thread_vm(Web::HTML::EventLoop::Type)::$_5::operator()(JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()> >, JS::Realm*) const::{lambda()#1}, void ()>(JS::Heap&, Web::Bindings::initialize_main_thread_vm(Web::HTML::EventLoop::Type)::$_5::operator()(JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()> >, JS::Realm*) const::{lambda()#1}&&)
Unexecuted instantiation: MainThreadVM.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Bindings::queue_mutation_observer_microtask(Web::DOM::Document const&)::$_0, void ()>(JS::Heap&, Web::Bindings::queue_mutation_observer_microtask(Web::DOM::Document const&)::$_0&&)
Unexecuted instantiation: Animation.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Animations::Animation::cancel(Web::Animations::Animation::ShouldInvalidate)::$_0, void ()>(JS::Heap&, Web::Animations::Animation::cancel(Web::Animations::Animation::ShouldInvalidate)::$_0&&)
Unexecuted instantiation: Animation.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Animations::Animation::update_finished_state(Web::Animations::Animation::DidSeek, Web::Animations::Animation::SynchronouslyNotify)::$_1, void ()>(JS::Heap&, Web::Animations::Animation::update_finished_state(Web::Animations::Animation::DidSeek, Web::Animations::Animation::SynchronouslyNotify)::$_1&&)
Unexecuted instantiation: Animation.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Animations::Animation::update_finished_state(Web::Animations::Animation::DidSeek, Web::Animations::Animation::SynchronouslyNotify)::$_1::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::Animations::Animation::update_finished_state(Web::Animations::Animation::DidSeek, Web::Animations::Animation::SynchronouslyNotify)::$_1::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: Document.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::DOM::Document::destroy_a_document_and_its_descendants(JS::GCPtr<JS::HeapFunction<void ()> >)::$_1, void ()>(JS::Heap&, Web::DOM::Document::destroy_a_document_and_its_descendants(JS::GCPtr<JS::HeapFunction<void ()> >)::$_1&&)
Unexecuted instantiation: Document.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::DOM::Document::destroy_a_document_and_its_descendants(JS::GCPtr<JS::HeapFunction<void ()> >)::$_1::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::DOM::Document::destroy_a_document_and_its_descendants(JS::GCPtr<JS::HeapFunction<void ()> >)::$_1::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: Document.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::DOM::Document::destroy_a_document_and_its_descendants(JS::GCPtr<JS::HeapFunction<void ()> >)::$_2, void ()>(JS::Heap&, Web::DOM::Document::destroy_a_document_and_its_descendants(JS::GCPtr<JS::HeapFunction<void ()> >)::$_2&&)
Unexecuted instantiation: Document.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::DOM::Document::abort_a_document_and_its_descendants()::$_0, void ()>(JS::Heap&, Web::DOM::Document::abort_a_document_and_its_descendants()::$_0&&)
Unexecuted instantiation: Document.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::DOM::Document::unload_a_document_and_its_descendants(JS::GCPtr<Web::DOM::Document>, JS::GCPtr<JS::HeapFunction<void ()> >)::$_1, void ()>(JS::Heap&, Web::DOM::Document::unload_a_document_and_its_descendants(JS::GCPtr<Web::DOM::Document>, JS::GCPtr<JS::HeapFunction<void ()> >)::$_1&&)
Unexecuted instantiation: Document.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::DOM::Document::unload_a_document_and_its_descendants(JS::GCPtr<Web::DOM::Document>, JS::GCPtr<JS::HeapFunction<void ()> >)::$_2, void ()>(JS::Heap&, Web::DOM::Document::unload_a_document_and_its_descendants(JS::GCPtr<Web::DOM::Document>, JS::GCPtr<JS::HeapFunction<void ()> >)::$_2&&)
Unexecuted instantiation: Document.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::DOM::Document::queue_intersection_observer_task()::$_0, void ()>(JS::Heap&, Web::DOM::Document::queue_intersection_observer_task()::$_0&&)
Unexecuted instantiation: Document.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::DOM::Document::update_for_history_step_application(JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>, bool, unsigned long, unsigned long, AK::Optional<Web::Bindings::NavigationType>, AK::Optional<AK::Vector<JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>, 0ul> >, JS::GCPtr<Web::HTML::SessionHistoryEntry>, bool)::$_0, void ()>(JS::Heap&, Web::DOM::Document::update_for_history_step_application(JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>, bool, unsigned long, unsigned long, AK::Optional<Web::Bindings::NavigationType>, AK::Optional<AK::Vector<JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>, 0ul> >, JS::GCPtr<Web::HTML::SessionHistoryEntry>, bool)::$_0&&)
Unexecuted instantiation: Document.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::DOM::Document::remove_replaced_animations()::$_1, void ()>(JS::Heap&, Web::DOM::Document::remove_replaced_animations()::$_1&&)
Unexecuted instantiation: FontFaceSet.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::CSS::FontFaceSet::load(AK::String const&, AK::String const&)::$_0::operator()()::{lambda()#1}, void ()>(JS::Heap&, Web::CSS::FontFaceSet::load(AK::String const&, AK::String const&)::$_0::operator()()::{lambda()#1}&&)
Unexecuted instantiation: FontFace.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::CSS::FontFace::construct_impl(JS::Realm&, AK::String, AK::Variant<AK::String, JS::Handle<Web::WebIDL::BufferSource> >, Web::CSS::FontFaceDescriptors const&)::$_0, void ()>(JS::Heap&, Web::CSS::FontFace::construct_impl(JS::Realm&, AK::String, AK::Variant<AK::String, JS::Handle<Web::WebIDL::BufferSource> >, Web::CSS::FontFaceDescriptors const&)::$_0&&)
Unexecuted instantiation: FontFace.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::CSS::FontFace::construct_impl(JS::Realm&, AK::String, AK::Variant<AK::String, JS::Handle<Web::WebIDL::BufferSource> >, Web::CSS::FontFaceDescriptors const&)::$_0::operator()() const::{lambda(auto:1 const&)#1}::operator()<AK::NonnullRefPtr<Gfx::VectorFont> >(AK::NonnullRefPtr<Gfx::VectorFont> const&) const::{lambda()#1}, void ()>(JS::Heap&, Web::CSS::FontFace::construct_impl(JS::Realm&, AK::String, AK::Variant<AK::String, JS::Handle<Web::WebIDL::BufferSource> >, Web::CSS::FontFaceDescriptors const&)::$_0::operator()() const::{lambda(auto:1 const&)#1}::operator()<AK::NonnullRefPtr<Gfx::VectorFont> >(AK::NonnullRefPtr<Gfx::VectorFont> const&) const::{lambda()#1}&&)
Unexecuted instantiation: FontFace.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::CSS::FontFace::construct_impl(JS::Realm&, AK::String, AK::Variant<AK::String, JS::Handle<Web::WebIDL::BufferSource> >, Web::CSS::FontFaceDescriptors const&)::$_0::operator()() const::{lambda(auto:1 const&)#2}::operator()<AK::Error>(AK::Error const&) const::{lambda()#1}, void ()>(JS::Heap&, Web::CSS::FontFace::construct_impl(JS::Realm&, AK::String, AK::Variant<AK::String, JS::Handle<Web::WebIDL::BufferSource> >, Web::CSS::FontFaceDescriptors const&)::$_0::operator()() const::{lambda(auto:1 const&)#2}::operator()<AK::Error>(AK::Error const&) const::{lambda()#1}&&)
Unexecuted instantiation: FontFace.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::CSS::FontFace::load_font_source()::$_0::operator()() const::{lambda(Web::CSS::FontLoader const&)#1}::operator()(Web::CSS::FontLoader const&) const::{lambda()#1}, void ()>(JS::Heap&, Web::CSS::FontFace::load_font_source()::$_0::operator()() const::{lambda(Web::CSS::FontLoader const&)#1}::operator()(Web::CSS::FontLoader const&) const::{lambda()#1}&&)
Unexecuted instantiation: FontFace.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::CSS::FontFace::load_font_source()::$_0::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::CSS::FontFace::load_font_source()::$_0::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: Element.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<AK::Function<void ()>, void ()>(JS::Heap&, AK::Function<void ()>&&)
Unexecuted instantiation: Element.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::DOM::Element::enqueue_an_element_on_the_appropriate_element_queue()::$_0, void ()>(JS::Heap&, Web::DOM::Element::enqueue_an_element_on_the_appropriate_element_queue()::$_0&&)
Unexecuted instantiation: AbortSignal.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::DOM::AbortSignal::timeout(JS::VM&, unsigned long)::$_0::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::DOM::AbortSignal::timeout(JS::VM&, unsigned long)::$_0::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: AbortSignal.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<AK::Function<void ()>, void ()>(JS::Heap&, AK::Function<void ()>&&)
Unexecuted instantiation: Range.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::DOM::Range::update_associated_selection()::$_0, void ()>(JS::Heap&, Web::DOM::Range::update_associated_selection()::$_0&&)
Unexecuted instantiation: Bodies.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Fetch::Infrastructure::Body::fully_read(JS::Realm&, JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> >, JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> >, AK::Variant<AK::Empty, JS::NonnullGCPtr<JS::Object> >) const::$_4::operator()(JS::GCPtr<Web::WebIDL::DOMException>) const::{lambda()#1}, void ()>(JS::Heap&, Web::Fetch::Infrastructure::Body::fully_read(JS::Realm&, JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> >, JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> >, AK::Variant<AK::Empty, JS::NonnullGCPtr<JS::Object> >) const::$_4::operator()(JS::GCPtr<Web::WebIDL::DOMException>) const::{lambda()#1}&&)
Unexecuted instantiation: Bodies.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Fetch::Infrastructure::Body::fully_read(JS::Realm&, JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> >, JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> >, AK::Variant<AK::Empty, JS::NonnullGCPtr<JS::Object> >) const::$_3::operator()(AK::Span<unsigned char const>) const::{lambda()#1}, void ()>(JS::Heap&, Web::Fetch::Infrastructure::Body::fully_read(JS::Realm&, JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> >, JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> >, AK::Variant<AK::Empty, JS::NonnullGCPtr<JS::Object> >) const::$_3::operator()(AK::Span<unsigned char const>) const::{lambda()#1}&&)
Unexecuted instantiation: FetchAlgorithms.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (unsigned long)> > JS::create_heap_function<AK::Function<void (unsigned long)>, void (unsigned long)>(JS::Heap&, AK::Function<void (unsigned long)>&&)
Unexecuted instantiation: FetchAlgorithms.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<AK::Function<void ()>, void ()>(JS::Heap&, AK::Function<void ()>&&)
Unexecuted instantiation: FetchAlgorithms.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)> > JS::create_heap_function<AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>, void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>(JS::Heap&, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>&&)
Unexecuted instantiation: FetchAlgorithms.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)> > JS::create_heap_function<AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>, void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>(JS::Heap&, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>&&)
Unexecuted instantiation: FetchController.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Object const&)> > JS::create_heap_function<AK::Function<void (JS::Object const&)>, void (JS::Object const&)>(JS::Heap&, AK::Function<void (JS::Object const&)>&&)
Unexecuted instantiation: FetchController.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<AK::Function<void ()>, void ()>(JS::Heap&, AK::Function<void ()>&&)
Unexecuted instantiation: IncrementalReadLoopReadRequest.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Fetch::Infrastructure::IncrementalReadLoopReadRequest::on_chunk(JS::Value)::$_0, void ()>(JS::Heap&, Web::Fetch::Infrastructure::IncrementalReadLoopReadRequest::on_chunk(JS::Value)::$_0&&)
Unexecuted instantiation: IncrementalReadLoopReadRequest.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Fetch::Infrastructure::IncrementalReadLoopReadRequest::on_chunk(JS::Value)::$_1, void ()>(JS::Heap&, Web::Fetch::Infrastructure::IncrementalReadLoopReadRequest::on_chunk(JS::Value)::$_1&&)
Unexecuted instantiation: IncrementalReadLoopReadRequest.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Fetch::Infrastructure::IncrementalReadLoopReadRequest::on_close()::$_0, void ()>(JS::Heap&, Web::Fetch::Infrastructure::IncrementalReadLoopReadRequest::on_close()::$_0&&)
Unexecuted instantiation: IncrementalReadLoopReadRequest.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Fetch::Infrastructure::IncrementalReadLoopReadRequest::on_error(JS::Value)::$_0, void ()>(JS::Heap&, Web::Fetch::Infrastructure::IncrementalReadLoopReadRequest::on_error(JS::Value)::$_0&&)
Unexecuted instantiation: Task.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Fetch::Infrastructure::queue_fetch_task(JS::NonnullGCPtr<Web::Fetch::Infrastructure::FetchController>, JS::Object&, JS::NonnullGCPtr<JS::HeapFunction<void ()> >)::$_0, void ()>(JS::Heap&, Web::Fetch::Infrastructure::queue_fetch_task(JS::NonnullGCPtr<Web::Fetch::Infrastructure::FetchController>, JS::Object&, JS::NonnullGCPtr<JS::HeapFunction<void ()> >)::$_0&&)
Unexecuted instantiation: Blob.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::FileAPI::Blob::get_stream()::$_0, void ()>(JS::Heap&, Web::FileAPI::Blob::get_stream()::$_0&&)
Unexecuted instantiation: Blob.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::FileAPI::Blob::text()::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::FileAPI::Blob::text()::$_0&&)
Unexecuted instantiation: Blob.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::FileAPI::Blob::array_buffer()::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::FileAPI::Blob::array_buffer()::$_0&&)
Unexecuted instantiation: Blob.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::FileAPI::Blob::bytes()::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::FileAPI::Blob::bytes()::$_0&&)
Unexecuted instantiation: HTMLIFrameElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::HTMLIFrameElement::inserted()::$_0, void ()>(JS::Heap&, Web::HTML::HTMLIFrameElement::inserted()::$_0&&)
Unexecuted instantiation: HTMLIFrameElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<AK::Function<void ()>, void ()>(JS::Heap&, AK::Function<void ()>&&)
Unexecuted instantiation: HTMLImageElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::HTMLImageElement::add_callbacks_to_image_request(JS::NonnullGCPtr<Web::HTML::ImageRequest>, bool, URL::URL const&, URL::URL const&)::$_0::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::HTML::HTMLImageElement::add_callbacks_to_image_request(JS::NonnullGCPtr<Web::HTML::ImageRequest>, bool, URL::URL const&, URL::URL const&)::$_0::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: HTMLImageElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::HTMLImageElement::react_to_changes_in_the_environment()::$_1::operator()()::{lambda()#1}, void ()>(JS::Heap&, Web::HTML::HTMLImageElement::react_to_changes_in_the_environment()::$_1::operator()()::{lambda()#1}&&)
Unexecuted instantiation: HTMLImageElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::HTMLImageElement::decode() const::$_0, void ()>(JS::Heap&, Web::HTML::HTMLImageElement::decode() const::$_0&&)
Unexecuted instantiation: HTMLImageElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::HTMLImageElement::update_the_image_data(bool, bool)::$_1, void ()>(JS::Heap&, Web::HTML::HTMLImageElement::update_the_image_data(bool, bool)::$_1&&)
Unexecuted instantiation: HTMLImageElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<AK::Function<void ()>, void ()>(JS::Heap&, AK::Function<void ()>&&)
Unexecuted instantiation: HTMLImageElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::HTMLImageElement::did_set_viewport_rect(Gfx::Rect<Web::CSSPixels> const&)::$_0, void ()>(JS::Heap&, Web::HTML::HTMLImageElement::did_set_viewport_rect(Gfx::Rect<Web::CSSPixels> const&)::$_0&&)
Unexecuted instantiation: HTMLLinkElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::HTML::HTMLLinkElement::load_fallback_favicon_if_needed(JS::NonnullGCPtr<Web::DOM::Document>)::$_0::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(AK::Detail::ByteBuffer<32ul>)#1}, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::HTML::HTMLLinkElement::load_fallback_favicon_if_needed(JS::NonnullGCPtr<Web::DOM::Document>)::$_0::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(AK::Detail::ByteBuffer<32ul>)#1}&&)
Unexecuted instantiation: HTMLLinkElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::HTML::HTMLLinkElement::load_fallback_favicon_if_needed(JS::NonnullGCPtr<Web::DOM::Document>)::$_0::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(JS::Value)#1}, void (JS::Value)>(JS::Heap&, Web::HTML::HTMLLinkElement::load_fallback_favicon_if_needed(JS::NonnullGCPtr<Web::DOM::Document>)::$_0::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(JS::Value)#1}&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_0::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_0::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)> > JS::create_heap_function<Web::Fetch::Fetching::fetch(JS::Realm&, Web::Fetch::Infrastructure::Request&, Web::Fetch::Infrastructure::FetchAlgorithms const&, Web::Fetch::Fetching::UseParallelQueue)::$_0, void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>(JS::Heap&, Web::Fetch::Fetching::fetch(JS::Realm&, Web::Fetch::Infrastructure::Request&, Web::Fetch::Infrastructure::FetchAlgorithms const&, Web::Fetch::Fetching::UseParallelQueue)::$_0&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ({lambda(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)#1})> > JS::create_heap_function<Web::Fetch::Fetching::main_fetch(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Fetching::Recursive)::$_1::operator()() const::{lambda(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)#1}::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)::{lambda(JS::Value)#1}, void ({lambda(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)#1})>(JS::Heap&, Web::Fetch::Fetching::main_fetch(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Fetching::Recursive)::$_1::operator()() const::{lambda(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)#1}::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)::{lambda(JS::Value)#1}&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer)> > JS::create_heap_function<Web::Fetch::Fetching::main_fetch(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Fetching::Recursive)::$_1::operator()() const::{lambda(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)#1}::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)::{lambda(AK::Detail::ByteBuffer<32ul>)#1}, void (AK::Detail::ByteBuffer)>(JS::Heap&, Web::Fetch::Fetching::main_fetch(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Fetching::Recursive)::$_1::operator()() const::{lambda(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)#1}::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)::{lambda(AK::Detail::ByteBuffer<32ul>)#1}&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_1, void ()>(JS::Heap&, Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_1&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_2, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_2&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_3, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_3&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_4, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_4&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_5, void (JS::Value)>(JS::Heap&, Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_5&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_6, void ()>(JS::Heap&, Web::Fetch::Fetching::fetch_response_handover(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Infrastructure::Response&)::$_6&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Fetch::Fetching::nonstandard_resource_loader_file_or_http_network_fetch(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Fetching::IncludeCredentials, Web::Fetch::Fetching::IsNewConnectionFetch)::$_8, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Fetch::Fetching::nonstandard_resource_loader_file_or_http_network_fetch(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Fetching::IncludeCredentials, Web::Fetch::Fetching::IsNewConnectionFetch)::$_8&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Fetch::Fetching::nonstandard_resource_loader_file_or_http_network_fetch(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Fetching::IncludeCredentials, Web::Fetch::Fetching::IsNewConnectionFetch)::$_9, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Fetch::Fetching::nonstandard_resource_loader_file_or_http_network_fetch(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Fetching::IncludeCredentials, Web::Fetch::Fetching::IsNewConnectionFetch)::$_9&&)
Unexecuted instantiation: PendingResponse.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)> > JS::create_heap_function<AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>, void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>(JS::Heap&, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>&&)
Unexecuted instantiation: FetchedDataReceiver.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Fetch::Fetching::FetchedDataReceiver::on_data_received(AK::Span<unsigned char const>)::$_0, void ()>(JS::Heap&, Web::Fetch::Fetching::FetchedDataReceiver::on_data_received(AK::Span<unsigned char const>)::$_0&&)
Unexecuted instantiation: HTMLMediaElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::HTML::HTMLMediaElement::fetch_resource(URL::URL const&, AK::Function<void (AK::String)>)::$_0::operator()<JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response> >(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)::{lambda(AK::Detail::ByteBuffer<32ul>)#1}, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::HTML::HTMLMediaElement::fetch_resource(URL::URL const&, AK::Function<void (AK::String)>)::$_0::operator()<JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response> >(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)::{lambda(AK::Detail::ByteBuffer<32ul>)#1}&&)
Unexecuted instantiation: HTMLMediaElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::HTML::HTMLMediaElement::fetch_resource(URL::URL const&, AK::Function<void (AK::String)>)::$_0::operator()<JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response> >(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)::{lambda(JS::Value)#1}, void (JS::Value)>(JS::Heap&, Web::HTML::HTMLMediaElement::fetch_resource(URL::URL const&, AK::Function<void (AK::String)>)::$_0::operator()<JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response> >(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)::{lambda(JS::Value)#1}&&)
Unexecuted instantiation: DocumentObserver.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<AK::Function<void ()>, void ()>(JS::Heap&, AK::Function<void ()>&&)
Unexecuted instantiation: DocumentObserver.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (Web::HTML::DocumentReadyState)> > JS::create_heap_function<AK::Function<void (Web::HTML::DocumentReadyState)>, void (Web::HTML::DocumentReadyState)>(JS::Heap&, AK::Function<void (Web::HTML::DocumentReadyState)>&&)
Unexecuted instantiation: DocumentLoading.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::load_html_document(Web::HTML::NavigationParams const&)::$_0, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::load_html_document(Web::HTML::NavigationParams const&)::$_0&&)
Unexecuted instantiation: DocumentLoading.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::load_html_document(Web::HTML::NavigationParams const&)::$_1, void (JS::Value)>(JS::Heap&, Web::load_html_document(Web::HTML::NavigationParams const&)::$_1&&)
Unexecuted instantiation: DocumentLoading.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::load_xml_document(Web::HTML::NavigationParams const&, Web::MimeSniff::MimeType)::$_0, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::load_xml_document(Web::HTML::NavigationParams const&, Web::MimeSniff::MimeType)::$_0&&)
Unexecuted instantiation: DocumentLoading.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::load_xml_document(Web::HTML::NavigationParams const&, Web::MimeSniff::MimeType)::$_1, void (JS::Value)>(JS::Heap&, Web::load_xml_document(Web::HTML::NavigationParams const&, Web::MimeSniff::MimeType)::$_1&&)
Unexecuted instantiation: DocumentLoading.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::load_text_document(Web::HTML::NavigationParams const&, Web::MimeSniff::MimeType)::$_0, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::load_text_document(Web::HTML::NavigationParams const&, Web::MimeSniff::MimeType)::$_0&&)
Unexecuted instantiation: DocumentLoading.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::load_text_document(Web::HTML::NavigationParams const&, Web::MimeSniff::MimeType)::$_1, void (JS::Value)>(JS::Heap&, Web::load_text_document(Web::HTML::NavigationParams const&, Web::MimeSniff::MimeType)::$_1&&)
Unexecuted instantiation: DocumentLoading.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::load_media_document(Web::HTML::NavigationParams const&, Web::MimeSniff::MimeType)::$_1, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::load_media_document(Web::HTML::NavigationParams const&, Web::MimeSniff::MimeType)::$_1&&)
Unexecuted instantiation: DocumentLoading.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::load_media_document(Web::HTML::NavigationParams const&, Web::MimeSniff::MimeType)::$_2, void (JS::Value)>(JS::Heap&, Web::load_media_document(Web::HTML::NavigationParams const&, Web::MimeSniff::MimeType)::$_2&&)
Unexecuted instantiation: DocumentLoading.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::load_markdown_document(Web::HTML::NavigationParams const&)::$_0::operator()(Web::DOM::Document&) const::{lambda(AK::Detail::ByteBuffer<32ul>)#1}, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::load_markdown_document(Web::HTML::NavigationParams const&)::$_0::operator()(Web::DOM::Document&) const::{lambda(AK::Detail::ByteBuffer<32ul>)#1}&&)
Unexecuted instantiation: DocumentLoading.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::load_markdown_document(Web::HTML::NavigationParams const&)::$_0::operator()(Web::DOM::Document&) const::{lambda(JS::Value)#1}, void (JS::Value)>(JS::Heap&, Web::load_markdown_document(Web::HTML::NavigationParams const&)::$_0::operator()(Web::DOM::Document&) const::{lambda(JS::Value)#1}&&)
Unexecuted instantiation: HTMLVideoElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::HTML::HTMLVideoElement::determine_element_poster_frame(AK::Optional<AK::String> const&)::$_0::operator()<JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response> >(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)::{lambda(AK::Detail::ByteBuffer<32ul>)#1}, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::HTML::HTMLVideoElement::determine_element_poster_frame(AK::Optional<AK::String> const&)::$_0::operator()<JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response> >(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)::{lambda(AK::Detail::ByteBuffer<32ul>)#1}&&)
Unexecuted instantiation: HTMLVideoElement.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::HTML::HTMLVideoElement::determine_element_poster_frame(AK::Optional<AK::String> const&)::$_0::operator()<JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response> >(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)::{lambda(JS::Value)#1}, void (JS::Value)>(JS::Heap&, Web::HTML::HTMLVideoElement::determine_element_poster_frame(AK::Optional<AK::String> const&)::$_0::operator()<JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response> >(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)::{lambda(JS::Value)#1}&&)
Unexecuted instantiation: MessagePort.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::MessagePort::post_port_message(Web::HTML::SerializedTransferRecord)::$_0, void ()>(JS::Heap&, Web::HTML::MessagePort::post_port_message(Web::HTML::SerializedTransferRecord)::$_0&&)
Unexecuted instantiation: Navigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<Web::HTML::Navigable> (JS::GCPtr<Web::HTML::BrowsingContext>)> > JS::create_heap_function<Web::HTML::Navigable::choose_a_navigable(AK::StringView, Web::HTML::TokenizedFeature::NoOpener, Web::HTML::ActivateTab, AK::Optional<AK::HashMap<AK::String, AK::String, AK::Traits<AK::String>, AK::Traits<AK::String>, true> const&>)::$_0, JS::NonnullGCPtr<Web::HTML::Navigable> (JS::GCPtr<Web::HTML::BrowsingContext>)>(JS::Heap&, Web::HTML::Navigable::choose_a_navigable(AK::StringView, Web::HTML::TokenizedFeature::NoOpener, Web::HTML::ActivateTab, AK::Optional<AK::HashMap<AK::String, AK::String, AK::Traits<AK::String>, AK::Traits<AK::String>, true> const&>)::$_0&&)
Unexecuted instantiation: Navigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigable::populate_session_history_entry_document(JS::GCPtr<Web::HTML::SessionHistoryEntry>, Web::HTML::SourceSnapshotParams const&, Web::HTML::TargetSnapshotParams const&, AK::Optional<AK::String>, AK::Variant<AK::Empty, AK::StringView, JS::NonnullGCPtr<Web::HTML::NavigationParams>, JS::NonnullGCPtr<Web::HTML::NonFetchSchemeNavigationParams> >, Web::HTML::CSPNavigationType, bool, JS::GCPtr<JS::HeapFunction<void ()> >)::$_0, void ()>(JS::Heap&, Web::HTML::Navigable::populate_session_history_entry_document(JS::GCPtr<Web::HTML::SessionHistoryEntry>, Web::HTML::SourceSnapshotParams const&, Web::HTML::TargetSnapshotParams const&, AK::Optional<AK::String>, AK::Variant<AK::Empty, AK::StringView, JS::NonnullGCPtr<Web::HTML::NavigationParams>, JS::NonnullGCPtr<Web::HTML::NonFetchSchemeNavigationParams> >, Web::HTML::CSPNavigationType, bool, JS::GCPtr<JS::HeapFunction<void ()> >)::$_0&&)
Unexecuted instantiation: Navigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigable::navigate(Web::HTML::Navigable::NavigateParams)::$_1, void ()>(JS::Heap&, Web::HTML::Navigable::navigate(Web::HTML::Navigable::NavigateParams)::$_1&&)
Unexecuted instantiation: Navigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigable::navigate(Web::HTML::Navigable::NavigateParams)::$_0::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::HTML::Navigable::navigate(Web::HTML::Navigable::NavigateParams)::$_0::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: Navigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigable::navigate(Web::HTML::Navigable::NavigateParams)::$_0::operator()() const::{lambda()#2}, void ()>(JS::Heap&, Web::HTML::Navigable::navigate(Web::HTML::Navigable::NavigateParams)::$_0::operator()() const::{lambda()#2}&&)
Unexecuted instantiation: Navigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigable::navigate(Web::HTML::Navigable::NavigateParams)::$_0::operator()() const::{lambda()#2}::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::HTML::Navigable::navigate(Web::HTML::Navigable::NavigateParams)::$_0::operator()() const::{lambda()#2}::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: Navigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigable::navigate_to_a_fragment(URL::URL const&, Web::HTML::HistoryHandlingBehavior, Web::HTML::UserNavigationInvolvement, AK::Optional<AK::Vector<unsigned int, 0ul> >, AK::String)::$_0, void ()>(JS::Heap&, Web::HTML::Navigable::navigate_to_a_fragment(URL::URL const&, Web::HTML::HistoryHandlingBehavior, Web::HTML::UserNavigationInvolvement, AK::Optional<AK::Vector<unsigned int, 0ul> >, AK::String)::$_0&&)
Unexecuted instantiation: Navigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigable::navigate_to_a_javascript_url(URL::URL const&, Web::HTML::HistoryHandlingBehavior, URL::Origin const&, Web::HTML::CSPNavigationType, AK::String)::$_0, void ()>(JS::Heap&, Web::HTML::Navigable::navigate_to_a_javascript_url(URL::URL const&, Web::HTML::HistoryHandlingBehavior, URL::Origin const&, Web::HTML::CSPNavigationType, AK::String)::$_0&&)
Unexecuted instantiation: Navigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigable::reload()::$_0, void ()>(JS::Heap&, Web::HTML::Navigable::reload()::$_0&&)
Unexecuted instantiation: Navigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::perform_url_and_history_update_steps(Web::DOM::Document&, URL::URL, AK::Optional<AK::Vector<unsigned int, 0ul> >, Web::HTML::HistoryHandlingBehavior)::$_0, void ()>(JS::Heap&, Web::HTML::perform_url_and_history_update_steps(Web::DOM::Document&, URL::URL, AK::Optional<AK::Vector<unsigned int, 0ul> >, Web::HTML::HistoryHandlingBehavior)::$_0&&)
Unexecuted instantiation: Navigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigable::inform_the_navigation_api_about_aborting_navigation()::$_0, void ()>(JS::Heap&, Web::HTML::Navigable::inform_the_navigation_api_about_aborting_navigation()::$_0&&)
Unexecuted instantiation: NavigableContainer.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::NavigableContainer::create_new_child_navigable(JS::GCPtr<JS::HeapFunction<void ()> >)::$_0, void ()>(JS::Heap&, Web::HTML::NavigableContainer::create_new_child_navigable(JS::GCPtr<JS::HeapFunction<void ()> >)::$_0&&)
Unexecuted instantiation: NavigableContainer.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::NavigableContainer::destroy_the_child_navigable()::$_0, void ()>(JS::Heap&, Web::HTML::NavigableContainer::destroy_the_child_navigable()::$_0&&)
Unexecuted instantiation: NavigableContainer.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::NavigableContainer::destroy_the_child_navigable()::$_0::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::HTML::NavigableContainer::destroy_the_child_navigable()::$_0::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: Navigation.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigation::perform_a_navigation_api_traversal(AK::String, Web::HTML::NavigationOptions const&)::$_0, void ()>(JS::Heap&, Web::HTML::Navigation::perform_a_navigation_api_traversal(AK::String, Web::HTML::NavigationOptions const&)::$_0&&)
Unexecuted instantiation: Navigation.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigation::perform_a_navigation_api_traversal(AK::String, Web::HTML::NavigationOptions const&)::$_0::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::HTML::Navigation::perform_a_navigation_api_traversal(AK::String, Web::HTML::NavigationOptions const&)::$_0::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: Navigation.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigation::perform_a_navigation_api_traversal(AK::String, Web::HTML::NavigationOptions const&)::$_0::operator()() const::{lambda()#2}, void ()>(JS::Heap&, Web::HTML::Navigation::perform_a_navigation_api_traversal(AK::String, Web::HTML::NavigationOptions const&)::$_0::operator()() const::{lambda()#2}&&)
Unexecuted instantiation: Navigation.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Navigation::perform_a_navigation_api_traversal(AK::String, Web::HTML::NavigationOptions const&)::$_0::operator()() const::{lambda()#3}, void ()>(JS::Heap&, Web::HTML::Navigation::perform_a_navigation_api_traversal(AK::String, Web::HTML::NavigationOptions const&)::$_0::operator()() const::{lambda()#3}&&)
Unexecuted instantiation: HTMLParser.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::HTMLParser::the_end(JS::NonnullGCPtr<Web::DOM::Document>, JS::GCPtr<Web::HTML::HTMLParser>)::$_3, void ()>(JS::Heap&, Web::HTML::HTMLParser::the_end(JS::NonnullGCPtr<Web::DOM::Document>, JS::GCPtr<Web::HTML::HTMLParser>)::$_3&&)
Unexecuted instantiation: HTMLParser.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::HTMLParser::the_end(JS::NonnullGCPtr<Web::DOM::Document>, JS::GCPtr<Web::HTML::HTMLParser>)::$_4, void ()>(JS::Heap&, Web::HTML::HTMLParser::the_end(JS::NonnullGCPtr<Web::DOM::Document>, JS::GCPtr<Web::HTML::HTMLParser>)::$_4&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::fetch_single_module_script(JS::Realm&, URL::URL const&, Web::HTML::EnvironmentSettingsObject&, Web::Fetch::Infrastructure::Request::Destination, Web::HTML::ScriptFetchOptions const&, Web::HTML::EnvironmentSettingsObject&, AK::Variant<Web::Fetch::Infrastructure::Request::Referrer, URL::URL> const&, AK::Optional<JS::ModuleRequest> const&, Web::HTML::TopLevelModule, JS::GCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)> >, JS::NonnullGCPtr<JS::HeapFunction<void (JS::GCPtr<Web::HTML::Script>)> >)::$_0::operator()<Web::HTML::ModuleMap::Entry>(Web::HTML::ModuleMap::Entry) const::{lambda()#1}, void ()>(JS::Heap&, Web::HTML::fetch_single_module_script(JS::Realm&, URL::URL const&, Web::HTML::EnvironmentSettingsObject&, Web::Fetch::Infrastructure::Request::Destination, Web::HTML::ScriptFetchOptions const&, Web::HTML::EnvironmentSettingsObject&, AK::Variant<Web::Fetch::Infrastructure::Request::Referrer, URL::URL> const&, AK::Optional<JS::ModuleRequest> const&, Web::HTML::TopLevelModule, JS::GCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)> >, JS::NonnullGCPtr<JS::HeapFunction<void (JS::GCPtr<Web::HTML::Script>)> >)::$_0::operator()<Web::HTML::ModuleMap::Entry>(Web::HTML::ModuleMap::Entry) const::{lambda()#1}&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::GCPtr<Web::HTML::Script>)> > JS::create_heap_function<AK::Function<void (JS::GCPtr<Web::HTML::Script>)>, void (JS::GCPtr<Web::HTML::Script>)>(JS::Heap&, AK::Function<void (JS::GCPtr<Web::HTML::Script>)>&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)> > JS::create_heap_function<AK::Function<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)>, Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)>(JS::Heap&, AK::Function<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)>&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::HTML::fetch_descendants_of_and_link_a_module_script(JS::Realm&, Web::HTML::JavaScriptModuleScript&, Web::HTML::EnvironmentSettingsObject&, Web::Fetch::Infrastructure::Request::Destination, JS::GCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)> >, JS::NonnullGCPtr<JS::HeapFunction<void (JS::GCPtr<Web::HTML::Script>)> >)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::HTML::fetch_descendants_of_and_link_a_module_script(JS::Realm&, Web::HTML::JavaScriptModuleScript&, Web::HTML::EnvironmentSettingsObject&, Web::Fetch::Infrastructure::Request::Destination, JS::GCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)> >, JS::NonnullGCPtr<JS::HeapFunction<void (JS::GCPtr<Web::HTML::Script>)> >)::$_0&&)
Unexecuted instantiation: Fetching.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::HTML::fetch_descendants_of_and_link_a_module_script(JS::Realm&, Web::HTML::JavaScriptModuleScript&, Web::HTML::EnvironmentSettingsObject&, Web::Fetch::Infrastructure::Request::Destination, JS::GCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)> >, JS::NonnullGCPtr<JS::HeapFunction<void (JS::GCPtr<Web::HTML::Script>)> >)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::HTML::fetch_descendants_of_and_link_a_module_script(JS::Realm&, Web::HTML::JavaScriptModuleScript&, Web::HTML::EnvironmentSettingsObject&, Web::Fetch::Infrastructure::Request::Destination, JS::GCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>, Web::HTML::TopLevelModule, AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>)> >, JS::NonnullGCPtr<JS::HeapFunction<void (JS::GCPtr<Web::HTML::Script>)> >)::$_1&&)
Unexecuted instantiation: ModuleMap.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (Web::HTML::ModuleMap::Entry)> > JS::create_heap_function<AK::Function<void (Web::HTML::ModuleMap::Entry)>, void (Web::HTML::ModuleMap::Entry)>(JS::Heap&, AK::Function<void (Web::HTML::ModuleMap::Entry)>&&)
Unexecuted instantiation: SharedResourceRequest.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::HTML::SharedResourceRequest::fetch_resource(JS::Realm&, JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>)::$_0::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(AK::Detail::ByteBuffer<32ul>)#1}, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::HTML::SharedResourceRequest::fetch_resource(JS::Realm&, JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>)::$_0::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(AK::Detail::ByteBuffer<32ul>)#1}&&)
Unexecuted instantiation: SharedResourceRequest.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::HTML::SharedResourceRequest::fetch_resource(JS::Realm&, JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>)::$_0::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(JS::Value)#1}, void (JS::Value)>(JS::Heap&, Web::HTML::SharedResourceRequest::fetch_resource(JS::Realm&, JS::NonnullGCPtr<Web::Fetch::Infrastructure::Request>)::$_0::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(JS::Value)#1}&&)
Unexecuted instantiation: SharedResourceRequest.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<AK::Function<void ()>, void ()>(JS::Heap&, AK::Function<void ()>&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_0, void ()>(JS::Heap&, Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_0&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)> > JS::create_heap_function<Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_0::operator()() const::{lambda(bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)#1}, void (bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)>(JS::Heap&, Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_0::operator()() const::{lambda(bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)#1}&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_0::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_0::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_0::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}::operator()()::{lambda()#1}, void ()>(JS::Heap&, Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_0::operator()() const::{lambda()#1}::operator()() const::{lambda()#1}::operator()()::{lambda()#1}&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_4, void ()>(JS::Heap&, Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_4&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_4::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_4::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_5, void ()>(JS::Heap&, Web::HTML::TraversableNavigable::apply_the_history_step(int, bool, AK::Optional<Web::HTML::SourceSnapshotParams>, JS::GCPtr<Web::HTML::Navigable>, AK::Optional<Web::HTML::UserNavigationInvolvement>, AK::Optional<Web::Bindings::NavigationType>, Web::HTML::TraversableNavigable::SynchronousNavigation)::$_5&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::TraversableNavigable::check_if_unloading_is_canceled(AK::Vector<JS::Handle<Web::HTML::Navigable>, 0ul>, JS::GCPtr<Web::HTML::TraversableNavigable>, AK::Optional<int>, AK::Optional<Web::HTML::UserNavigationInvolvement>)::$_4, void ()>(JS::Heap&, Web::HTML::TraversableNavigable::check_if_unloading_is_canceled(AK::Vector<JS::Handle<Web::HTML::Navigable>, 0ul>, JS::GCPtr<Web::HTML::TraversableNavigable>, AK::Optional<int>, AK::Optional<Web::HTML::UserNavigationInvolvement>)::$_4&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::TraversableNavigable::check_if_unloading_is_canceled(AK::Vector<JS::Handle<Web::HTML::Navigable>, 0ul>, JS::GCPtr<Web::HTML::TraversableNavigable>, AK::Optional<int>, AK::Optional<Web::HTML::UserNavigationInvolvement>)::$_5, void ()>(JS::Heap&, Web::HTML::TraversableNavigable::check_if_unloading_is_canceled(AK::Vector<JS::Handle<Web::HTML::Navigable>, 0ul>, JS::GCPtr<Web::HTML::TraversableNavigable>, AK::Optional<int>, AK::Optional<Web::HTML::UserNavigationInvolvement>)::$_5&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::TraversableNavigable::traverse_the_history_by_delta(int, AK::Optional<Web::DOM::Document&>)::$_0, void ()>(JS::Heap&, Web::HTML::TraversableNavigable::traverse_the_history_by_delta(int, AK::Optional<Web::DOM::Document&>)::$_0&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::TraversableNavigable::close_top_level_traversable()::$_0, void ()>(JS::Heap&, Web::HTML::TraversableNavigable::close_top_level_traversable()::$_0&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::TraversableNavigable::close_top_level_traversable()::$_0::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::HTML::TraversableNavigable::close_top_level_traversable()::$_0::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: TraversableNavigable.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::TraversableNavigable::set_system_visibility_state(Web::HTML::VisibilityState)::$_0, void ()>(JS::Heap&, Web::HTML::TraversableNavigable::set_system_visibility_state(Web::HTML::VisibilityState)::$_0&&)
Unexecuted instantiation: Window.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Window::start_an_idle_period()::$_0, void ()>(JS::Heap&, Web::HTML::Window::start_an_idle_period()::$_0&&)
Unexecuted instantiation: Window.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Window::invoke_idle_callbacks()::$_0, void ()>(JS::Heap&, Web::HTML::Window::invoke_idle_callbacks()::$_0&&)
Unexecuted instantiation: Window.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::Window::window_post_message_steps(JS::Value, Web::HTML::WindowPostMessageOptions const&)::$_0, void ()>(JS::Heap&, Web::HTML::Window::window_post_message_steps(JS::Value, Web::HTML::WindowPostMessageOptions const&)::$_0&&)
Unexecuted instantiation: Clipboard.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Clipboard::Clipboard::write_text(AK::String)::$_0::operator()()::{lambda()#1}, void ()>(JS::Heap&, Web::Clipboard::Clipboard::write_text(AK::String)::$_0::operator()()::{lambda()#1}&&)
Unexecuted instantiation: Clipboard.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Clipboard::Clipboard::write_text(AK::String)::$_0::operator()()::{lambda()#2}, void ()>(JS::Heap&, Web::Clipboard::Clipboard::write_text(AK::String)::$_0::operator()()::{lambda()#2}&&)
Unexecuted instantiation: WindowOrWorkerGlobalScope.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::WindowOrWorkerGlobalScopeMixin::run_timer_initialization_steps(AK::Variant<JS::NonnullGCPtr<Web::WebIDL::CallbackType>, AK::String>, int, JS::MarkedVector<JS::Value, 0ul>, Web::HTML::WindowOrWorkerGlobalScopeMixin::Repeat, AK::Optional<int>)::$_1::operator()()::{lambda()#1}, void ()>(JS::Heap&, Web::HTML::WindowOrWorkerGlobalScopeMixin::run_timer_initialization_steps(AK::Variant<JS::NonnullGCPtr<Web::WebIDL::CallbackType>, AK::String>, int, JS::MarkedVector<JS::Value, 0ul>, Web::HTML::WindowOrWorkerGlobalScopeMixin::Repeat, AK::Optional<int>)::$_1::operator()()::{lambda()#1}&&)
Unexecuted instantiation: WindowOrWorkerGlobalScope.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::WindowOrWorkerGlobalScopeMixin::queue_microtask(Web::WebIDL::CallbackType&)::$_0, void ()>(JS::Heap&, Web::HTML::WindowOrWorkerGlobalScopeMixin::queue_microtask(Web::WebIDL::CallbackType&)::$_0&&)
Unexecuted instantiation: WindowOrWorkerGlobalScope.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<AK::Function<void ()>, void ()>(JS::Heap&, AK::Function<void ()>&&)
Unexecuted instantiation: WindowOrWorkerGlobalScope.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::WindowOrWorkerGlobalScopeMixin::queue_the_performance_observer_task()::$_0, void ()>(JS::Heap&, Web::HTML::WindowOrWorkerGlobalScopeMixin::queue_the_performance_observer_task()::$_0&&)
Unexecuted instantiation: WindowOrWorkerGlobalScope.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::WindowOrWorkerGlobalScopeMixin::notify_about_rejected_promises(AK::Badge<Web::HTML::EventLoop>)::$_0, void ()>(JS::Heap&, Web::HTML::WindowOrWorkerGlobalScopeMixin::notify_about_rejected_promises(AK::Badge<Web::HTML::EventLoop>)::$_0&&)
Unexecuted instantiation: Timer.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<AK::Function<void ()>, void ()>(JS::Heap&, AK::Function<void ()>&&)
Unexecuted instantiation: Body.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::Fetch::consume_body(JS::Realm&, Web::Fetch::BodyMixin const&, Web::Fetch::PackageDataType)::$_0, void (JS::Value)>(JS::Heap&, Web::Fetch::consume_body(JS::Realm&, Web::Fetch::BodyMixin const&, Web::Fetch::PackageDataType)::$_0&&)
Unexecuted instantiation: Body.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::Fetch::consume_body(JS::Realm&, Web::Fetch::BodyMixin const&, Web::Fetch::PackageDataType)::$_1, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::Fetch::consume_body(JS::Realm&, Web::Fetch::BodyMixin const&, Web::Fetch::PackageDataType)::$_1&&)
Unexecuted instantiation: EventSource.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::HTML::EventSource::construct_impl(JS::Realm&, AK::StringView, Web::HTML::EventSourceInit)::$_1::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(AK::Detail::ByteBuffer<32ul>)#1}, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::HTML::EventSource::construct_impl(JS::Realm&, AK::StringView, Web::HTML::EventSourceInit)::$_1::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(AK::Detail::ByteBuffer<32ul>)#1}&&)
Unexecuted instantiation: EventSource.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::EventSource::construct_impl(JS::Realm&, AK::StringView, Web::HTML::EventSourceInit)::$_1::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda()#2}, void ()>(JS::Heap&, Web::HTML::EventSource::construct_impl(JS::Realm&, AK::StringView, Web::HTML::EventSourceInit)::$_1::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda()#2}&&)
Unexecuted instantiation: EventSource.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::HTML::EventSource::construct_impl(JS::Realm&, AK::StringView, Web::HTML::EventSourceInit)::$_1::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(JS::Value)#1}, void (JS::Value)>(JS::Heap&, Web::HTML::EventSource::construct_impl(JS::Realm&, AK::StringView, Web::HTML::EventSourceInit)::$_1::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(JS::Value)#1}&&)
Unexecuted instantiation: EventSource.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::EventSource::announce_the_connection()::$_0, void ()>(JS::Heap&, Web::HTML::EventSource::announce_the_connection()::$_0&&)
Unexecuted instantiation: EventSource.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::EventSource::reestablish_the_connection()::$_0, void ()>(JS::Heap&, Web::HTML::EventSource::reestablish_the_connection()::$_0&&)
Unexecuted instantiation: EventSource.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::EventSource::reestablish_the_connection()::$_3, void ()>(JS::Heap&, Web::HTML::EventSource::reestablish_the_connection()::$_3&&)
Unexecuted instantiation: EventSource.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::EventSource::fail_the_connection()::$_0, void ()>(JS::Heap&, Web::HTML::EventSource::fail_the_connection()::$_0&&)
Unexecuted instantiation: EventSource.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::HTML::EventSource::dispatch_the_event()::$_0, void ()>(JS::Heap&, Web::HTML::EventSource::dispatch_the_event()::$_0&&)
Unexecuted instantiation: Job.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::ServiceWorker::run_job(JS::VM&, JS::MarkedVector<JS::NonnullGCPtr<Web::ServiceWorker::Job>, 0ul>&)::$_0, void ()>(JS::Heap&, Web::ServiceWorker::run_job(JS::VM&, JS::MarkedVector<JS::NonnullGCPtr<Web::ServiceWorker::Job>, 0ul>&)::$_0&&)
Unexecuted instantiation: Job.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::ServiceWorker::reject_job_promise<Web::WebIDL::SecurityError>(JS::NonnullGCPtr<Web::ServiceWorker::Job>, AK::String)::{lambda()#1}, void ()>(JS::Heap&, Web::ServiceWorker::reject_job_promise<Web::WebIDL::SecurityError>(JS::NonnullGCPtr<Web::ServiceWorker::Job>, AK::String)::{lambda()#1}&&)
Unexecuted instantiation: Job.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::ServiceWorker::reject_job_promise<Web::WebIDL::SecurityError>(JS::NonnullGCPtr<Web::ServiceWorker::Job>, AK::String)::{lambda()#2}, void ()>(JS::Heap&, Web::ServiceWorker::reject_job_promise<Web::WebIDL::SecurityError>(JS::NonnullGCPtr<Web::ServiceWorker::Job>, AK::String)::{lambda()#2}&&)
Unexecuted instantiation: Job.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::ServiceWorker::resolve_job_promise(JS::NonnullGCPtr<Web::ServiceWorker::Job>, AK::Optional<Web::ServiceWorker::Registration const&>, JS::Value)::$_0, void ()>(JS::Heap&, Web::ServiceWorker::resolve_job_promise(JS::NonnullGCPtr<Web::ServiceWorker::Job>, AK::Optional<Web::ServiceWorker::Registration const&>, JS::Value)::$_0&&)
Unexecuted instantiation: Job.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::ServiceWorker::resolve_job_promise(JS::NonnullGCPtr<Web::ServiceWorker::Job>, AK::Optional<Web::ServiceWorker::Registration const&>, JS::Value)::$_1, void ()>(JS::Heap&, Web::ServiceWorker::resolve_job_promise(JS::NonnullGCPtr<Web::ServiceWorker::Job>, AK::Optional<Web::ServiceWorker::Registration const&>, JS::Value)::$_1&&)
Unexecuted instantiation: Job.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::ServiceWorker::reject_job_promise<JS::TypeError>(JS::NonnullGCPtr<Web::ServiceWorker::Job>, AK::String)::{lambda()#1}, void ()>(JS::Heap&, Web::ServiceWorker::reject_job_promise<JS::TypeError>(JS::NonnullGCPtr<Web::ServiceWorker::Job>, AK::String)::{lambda()#1}&&)
Unexecuted instantiation: Job.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::ServiceWorker::reject_job_promise<JS::TypeError>(JS::NonnullGCPtr<Web::ServiceWorker::Job>, AK::String)::{lambda()#2}, void ()>(JS::Heap&, Web::ServiceWorker::reject_job_promise<JS::TypeError>(JS::NonnullGCPtr<Web::ServiceWorker::Job>, AK::String)::{lambda()#2}&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_stream_cancel(Web::Streams::ReadableStream&, JS::Value)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::readable_stream_cancel(Web::Streams::ReadableStream&, JS::Value)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::Streams::readable_stream_pipe_to(Web::Streams::ReadableStream&, Web::Streams::WritableStream&, bool, bool, bool, AK::Optional<JS::Value>)::$_1, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::Streams::readable_stream_pipe_to(Web::Streams::ReadableStream&, Web::Streams::WritableStream&, bool, bool, bool, AK::Optional<JS::Value>)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::Streams::readable_stream_pipe_to(Web::Streams::ReadableStream&, Web::Streams::WritableStream&, bool, bool, bool, AK::Optional<JS::Value>)::$_2, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::Streams::readable_stream_pipe_to(Web::Streams::ReadableStream&, Web::Streams::WritableStream&, bool, bool, bool, AK::Optional<JS::Value>)::$_2&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::Streams::readable_stream_pipe_to(Web::Streams::ReadableStream&, Web::Streams::WritableStream&, bool, bool, bool, AK::Optional<JS::Value>)::$_3, void (JS::Value)>(JS::Heap&, Web::Streams::readable_stream_pipe_to(Web::Streams::ReadableStream&, Web::Streams::WritableStream&, bool, bool, bool, AK::Optional<JS::Value>)::$_3&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::readable_stream_default_tee(JS::Realm&, Web::Streams::ReadableStream&, bool)::$_0, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::readable_stream_default_tee(JS::Realm&, Web::Streams::ReadableStream&, bool)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Streams::DefaultStreamTeeReadRequest::on_chunk(JS::Value)::{lambda()#1}, void ()>(JS::Heap&, Web::Streams::DefaultStreamTeeReadRequest::on_chunk(JS::Value)::{lambda()#1}&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_stream_default_tee(JS::Realm&, Web::Streams::ReadableStream&, bool)::$_1, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::readable_stream_default_tee(JS::Realm&, Web::Streams::ReadableStream&, bool)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_stream_default_tee(JS::Realm&, Web::Streams::ReadableStream&, bool)::$_2, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::readable_stream_default_tee(JS::Realm&, Web::Streams::ReadableStream&, bool)::$_2&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> > JS::create_heap_function<Web::Streams::readable_stream_default_tee(JS::Realm&, Web::Streams::ReadableStream&, bool)::$_3, Web::WebIDL::ExceptionOr<JS::Value> ()>(JS::Heap&, Web::Streams::readable_stream_default_tee(JS::Realm&, Web::Streams::ReadableStream&, bool)::$_3&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_stream_default_tee(JS::Realm&, Web::Streams::ReadableStream&, bool)::$_4, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::readable_stream_default_tee(JS::Realm&, Web::Streams::ReadableStream&, bool)::$_4&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&)> > JS::create_heap_function<Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_0, void (AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&)>(JS::Heap&, Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_0::operator()(AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&) const::{lambda(JS::Value)#1}, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_0::operator()(AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&) const::{lambda(JS::Value)#1}&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_1, void ()>(JS::Heap&, Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Streams::ByteStreamTeeDefaultReadRequest::on_chunk(JS::Value)::{lambda()#1}, void ()>(JS::Heap&, Web::Streams::ByteStreamTeeDefaultReadRequest::on_chunk(JS::Value)::{lambda()#1}&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool)> > JS::create_heap_function<Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_2, void (JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool)>(JS::Heap&, Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_2&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::Streams::ByteStreamTeeBYOBReadRequest::on_chunk(JS::Value)::{lambda()#1}, void ()>(JS::Heap&, Web::Streams::ByteStreamTeeBYOBReadRequest::on_chunk(JS::Value)::{lambda()#1}&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_3, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_3&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_4, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_4&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_5, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_5&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_6, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_6&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> > JS::create_heap_function<Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_7, Web::WebIDL::ExceptionOr<JS::Value> ()>(JS::Heap&, Web::Streams::readable_byte_stream_tee(JS::Realm&, Web::Streams::ReadableStream&)::$_7&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> > JS::create_heap_function<Web::Streams::extract_size_algorithm(JS::VM&, Web::Streams::QueuingStrategy const&)::$_0, JS::Completion (JS::Value)>(JS::Heap&, Web::Streams::extract_size_algorithm(JS::VM&, Web::Streams::QueuingStrategy const&)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> > JS::create_heap_function<Web::Streams::extract_size_algorithm(JS::VM&, Web::Streams::QueuingStrategy const&)::$_1, JS::Completion (JS::Value)>(JS::Heap&, Web::Streams::extract_size_algorithm(JS::VM&, Web::Streams::QueuingStrategy const&)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> > JS::create_heap_function<Web::Streams::readable_stream_from_iterable(JS::VM&, JS::Value)::$_0, Web::WebIDL::ExceptionOr<JS::Value> ()>(JS::Heap&, Web::Streams::readable_stream_from_iterable(JS::VM&, JS::Value)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::readable_stream_from_iterable(JS::VM&, JS::Value)::$_1, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::readable_stream_from_iterable(JS::VM&, JS::Value)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_stream_from_iterable(JS::VM&, JS::Value)::$_1::operator()()::{lambda(JS::Value)#1}, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::readable_stream_from_iterable(JS::VM&, JS::Value)::$_1::operator()()::{lambda(JS::Value)#1}&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_stream_from_iterable(JS::VM&, JS::Value)::$_2, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::readable_stream_from_iterable(JS::VM&, JS::Value)::$_2&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_stream_from_iterable(JS::VM&, JS::Value)::$_2::operator()(JS::Value) const::{lambda(JS::Value)#1}, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::readable_stream_from_iterable(JS::VM&, JS::Value)::$_2::operator()(JS::Value) const::{lambda(JS::Value)#1}&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_stream_default_controller_can_pull_if_needed(Web::Streams::ReadableStreamDefaultController&)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::readable_stream_default_controller_can_pull_if_needed(Web::Streams::ReadableStreamDefaultController&)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_stream_default_controller_can_pull_if_needed(Web::Streams::ReadableStreamDefaultController&)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::readable_stream_default_controller_can_pull_if_needed(Web::Streams::ReadableStreamDefaultController&)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_readable_stream_default_controller(Web::Streams::ReadableStream&, Web::Streams::ReadableStreamDefaultController&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::set_up_readable_stream_default_controller(Web::Streams::ReadableStream&, Web::Streams::ReadableStreamDefaultController&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_readable_stream_default_controller(Web::Streams::ReadableStream&, Web::Streams::ReadableStreamDefaultController&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::set_up_readable_stream_default_controller(Web::Streams::ReadableStream&, Web::Streams::ReadableStreamDefaultController&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> > JS::create_heap_function<Web::Streams::set_up_readable_stream_default_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0, Web::WebIDL::ExceptionOr<JS::Value> ()>(JS::Heap&, Web::Streams::set_up_readable_stream_default_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::set_up_readable_stream_default_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_1, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::set_up_readable_stream_default_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_readable_stream_default_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_2, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_readable_stream_default_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_2&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> > JS::create_heap_function<Web::Streams::set_up_readable_stream_default_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_3, Web::WebIDL::ExceptionOr<JS::Value> ()>(JS::Heap&, Web::Streams::set_up_readable_stream_default_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_3&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::set_up_readable_stream_default_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_4, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::set_up_readable_stream_default_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_4&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_readable_stream_default_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_5, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_readable_stream_default_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_5&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_byte_stream_controller_call_pull_if_needed(Web::Streams::ReadableByteStreamController&)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::readable_byte_stream_controller_call_pull_if_needed(Web::Streams::ReadableByteStreamController&)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::readable_byte_stream_controller_call_pull_if_needed(Web::Streams::ReadableByteStreamController&)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::readable_byte_stream_controller_call_pull_if_needed(Web::Streams::ReadableByteStreamController&)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_readable_stream(JS::Realm&, Web::Streams::ReadableStream&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, AK::Optional<double>, JS::GCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0, JS::Completion (JS::Value)>(JS::Heap&, Web::Streams::set_up_readable_stream(JS::Realm&, Web::Streams::ReadableStream&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, AK::Optional<double>, JS::GCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> > JS::create_heap_function<Web::Streams::create_readable_stream(JS::Realm&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, AK::Optional<double>, JS::GCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0, JS::Completion (JS::Value)>(JS::Heap&, Web::Streams::create_readable_stream(JS::Realm&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, AK::Optional<double>, JS::GCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_readable_byte_stream_controller(Web::Streams::ReadableStream&, Web::Streams::ReadableByteStreamController&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double, JS::Value)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::set_up_readable_byte_stream_controller(Web::Streams::ReadableStream&, Web::Streams::ReadableByteStreamController&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double, JS::Value)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_readable_byte_stream_controller(Web::Streams::ReadableStream&, Web::Streams::ReadableByteStreamController&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double, JS::Value)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::set_up_readable_byte_stream_controller(Web::Streams::ReadableStream&, Web::Streams::ReadableByteStreamController&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double, JS::Value)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> > JS::create_heap_function<Web::Streams::set_up_readable_stream_controller_with_byte_reading_support(Web::Streams::ReadableStream&, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double)::$_0, Web::WebIDL::ExceptionOr<JS::Value> ()>(JS::Heap&, Web::Streams::set_up_readable_stream_controller_with_byte_reading_support(Web::Streams::ReadableStream&, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::set_up_readable_stream_controller_with_byte_reading_support(Web::Streams::ReadableStream&, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double)::$_1, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::set_up_readable_stream_controller_with_byte_reading_support(Web::Streams::ReadableStream&, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_readable_stream_controller_with_byte_reading_support(Web::Streams::ReadableStream&, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double)::$_2, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_readable_stream_controller_with_byte_reading_support(Web::Streams::ReadableStream&, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double)::$_2&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::writable_stream_finish_erroring(Web::Streams::WritableStream&)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::writable_stream_finish_erroring(Web::Streams::WritableStream&)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::writable_stream_finish_erroring(Web::Streams::WritableStream&)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::writable_stream_finish_erroring(Web::Streams::WritableStream&)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_writable_stream_default_controller(Web::Streams::WritableStream&, Web::Streams::WritableStreamDefaultController&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::set_up_writable_stream_default_controller(Web::Streams::WritableStream&, Web::Streams::WritableStreamDefaultController&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_writable_stream_default_controller(Web::Streams::WritableStream&, Web::Streams::WritableStreamDefaultController&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::set_up_writable_stream_default_controller(Web::Streams::WritableStream&, Web::Streams::WritableStreamDefaultController&, JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> > JS::create_heap_function<Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0, Web::WebIDL::ExceptionOr<JS::Value> ()>(JS::Heap&, Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_1, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_2, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_2&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_3, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_3&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> > JS::create_heap_function<Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_4, Web::WebIDL::ExceptionOr<JS::Value> ()>(JS::Heap&, Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_4&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_5, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_5&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_6, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_6&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_7, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_writable_stream_default_controller_from_underlying_sink(Web::Streams::WritableStream&, JS::Value, Web::Streams::UnderlyingSink&, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_7&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::writable_stream_default_controller_process_close(Web::Streams::WritableStreamDefaultController&)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::writable_stream_default_controller_process_close(Web::Streams::WritableStreamDefaultController&)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::writable_stream_default_controller_process_close(Web::Streams::WritableStreamDefaultController&)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::writable_stream_default_controller_process_close(Web::Streams::WritableStreamDefaultController&)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::writable_stream_default_controller_process_write(Web::Streams::WritableStreamDefaultController&, JS::Value)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::writable_stream_default_controller_process_write(Web::Streams::WritableStreamDefaultController&, JS::Value)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::writable_stream_default_controller_process_write(Web::Streams::WritableStreamDefaultController&, JS::Value)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::writable_stream_default_controller_process_write(Web::Streams::WritableStreamDefaultController&, JS::Value)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> > JS::create_heap_function<Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0, Web::WebIDL::ExceptionOr<JS::Value> ()>(JS::Heap&, Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> > JS::create_heap_function<Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_1, Web::WebIDL::ExceptionOr<JS::Value> ()>(JS::Heap&, Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_2, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_2&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_3, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_3&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_4, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_4&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_5, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_5&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_6, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::initialize_transform_stream(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::PromiseCapability>, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >, double, JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> >)::$_6&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_transform_stream_default_controller_from_transformer(Web::Streams::TransformStream&, JS::Value, Web::Streams::Transformer&)::$_0, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_transform_stream_default_controller_from_transformer(Web::Streams::TransformStream&, JS::Value, Web::Streams::Transformer&)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::set_up_transform_stream_default_controller_from_transformer(Web::Streams::TransformStream&, JS::Value, Web::Streams::Transformer&)::$_1, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::set_up_transform_stream_default_controller_from_transformer(Web::Streams::TransformStream&, JS::Value, Web::Streams::Transformer&)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_transform_stream_default_controller_from_transformer(Web::Streams::TransformStream&, JS::Value, Web::Streams::Transformer&)::$_2, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_transform_stream_default_controller_from_transformer(Web::Streams::TransformStream&, JS::Value, Web::Streams::Transformer&)::$_2&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_transform_stream_default_controller_from_transformer(Web::Streams::TransformStream&, JS::Value, Web::Streams::Transformer&)::$_3, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_transform_stream_default_controller_from_transformer(Web::Streams::TransformStream&, JS::Value, Web::Streams::Transformer&)::$_3&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::set_up_transform_stream_default_controller_from_transformer(Web::Streams::TransformStream&, JS::Value, Web::Streams::Transformer&)::$_4, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::set_up_transform_stream_default_controller_from_transformer(Web::Streams::TransformStream&, JS::Value, Web::Streams::Transformer&)::$_4&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_transform_stream_default_controller_from_transformer(Web::Streams::TransformStream&, JS::Value, Web::Streams::Transformer&)::$_5, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_transform_stream_default_controller_from_transformer(Web::Streams::TransformStream&, JS::Value, Web::Streams::Transformer&)::$_5&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::transform_stream_default_controller_perform_transform(Web::Streams::TransformStreamDefaultController&, JS::Value)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::transform_stream_default_controller_perform_transform(Web::Streams::TransformStreamDefaultController&, JS::Value)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::transform_stream_default_sink_abort_algorithm(Web::Streams::TransformStream&, JS::Value)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::transform_stream_default_sink_abort_algorithm(Web::Streams::TransformStream&, JS::Value)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::transform_stream_default_sink_abort_algorithm(Web::Streams::TransformStream&, JS::Value)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::transform_stream_default_sink_abort_algorithm(Web::Streams::TransformStream&, JS::Value)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::transform_stream_default_sink_close_algorithm(Web::Streams::TransformStream&)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::transform_stream_default_sink_close_algorithm(Web::Streams::TransformStream&)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::transform_stream_default_sink_close_algorithm(Web::Streams::TransformStream&)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::transform_stream_default_sink_close_algorithm(Web::Streams::TransformStream&)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::transform_stream_default_sink_write_algorithm(Web::Streams::TransformStream&, JS::Value)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::transform_stream_default_sink_write_algorithm(Web::Streams::TransformStream&, JS::Value)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::transform_stream_default_source_cancel_algorithm(Web::Streams::TransformStream&, JS::Value)::$_0, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::transform_stream_default_source_cancel_algorithm(Web::Streams::TransformStream&, JS::Value)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)> > JS::create_heap_function<Web::Streams::transform_stream_default_source_cancel_algorithm(Web::Streams::TransformStream&, JS::Value)::$_1, Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>(JS::Heap&, Web::Streams::transform_stream_default_source_cancel_algorithm(Web::Streams::TransformStream&, JS::Value)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> > JS::create_heap_function<Web::Streams::transform_stream_set_up(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >)::$_0, JS::Completion (JS::Value)>(JS::Heap&, Web::Streams::transform_stream_set_up(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::Completion (JS::Value)> > JS::create_heap_function<Web::Streams::transform_stream_set_up(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >)::$_1, JS::Completion (JS::Value)>(JS::Heap&, Web::Streams::transform_stream_set_up(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::transform_stream_set_up(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >)::$_2, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::transform_stream_set_up(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >)::$_2&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::transform_stream_set_up(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >)::$_3, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::transform_stream_set_up(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >)::$_3&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::transform_stream_set_up(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >)::$_4, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::transform_stream_set_up(Web::Streams::TransformStream&, JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> >, JS::GCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> >)::$_4&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> > JS::create_heap_function<Web::Streams::set_up_readable_byte_stream_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource const&, double)::$_0, Web::WebIDL::ExceptionOr<JS::Value> ()>(JS::Heap&, Web::Streams::set_up_readable_byte_stream_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource const&, double)::$_0&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::set_up_readable_byte_stream_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource const&, double)::$_1, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::set_up_readable_byte_stream_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource const&, double)::$_1&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_readable_byte_stream_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource const&, double)::$_2, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_readable_byte_stream_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource const&, double)::$_2&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<JS::Value> ()> > JS::create_heap_function<Web::Streams::set_up_readable_byte_stream_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource const&, double)::$_3, Web::WebIDL::ExceptionOr<JS::Value> ()>(JS::Heap&, Web::Streams::set_up_readable_byte_stream_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource const&, double)::$_3&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> ()> > JS::create_heap_function<Web::Streams::set_up_readable_byte_stream_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource const&, double)::$_4, JS::NonnullGCPtr<JS::PromiseCapability> ()>(JS::Heap&, Web::Streams::set_up_readable_byte_stream_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource const&, double)::$_4&&)
Unexecuted instantiation: AbstractOperations.cpp:JS::NonnullGCPtr<JS::HeapFunction<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)> > JS::create_heap_function<Web::Streams::set_up_readable_byte_stream_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource const&, double)::$_5, JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>(JS::Heap&, Web::Streams::set_up_readable_byte_stream_controller_from_underlying_source(Web::Streams::ReadableStream&, JS::Value, Web::Streams::UnderlyingSource const&, double)::$_5&&)
Unexecuted instantiation: ReadableStreamDefaultReader.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::Streams::ReadableStreamDefaultReader::read_all_bytes_deprecated()::$_0, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::Streams::ReadableStreamDefaultReader::read_all_bytes_deprecated()::$_0&&)
Unexecuted instantiation: ReadableStreamDefaultReader.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::Streams::ReadableStreamDefaultReader::read_all_bytes_deprecated()::$_1, void (JS::Value)>(JS::Heap&, Web::Streams::ReadableStreamDefaultReader::read_all_bytes_deprecated()::$_1&&)
Unexecuted instantiation: ObservableArray.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<void> (JS::Value&)> > JS::create_heap_function<AK::Function<Web::WebIDL::ExceptionOr<void> (JS::Value&)>, Web::WebIDL::ExceptionOr<void> (JS::Value&)>(JS::Heap&, AK::Function<Web::WebIDL::ExceptionOr<void> (JS::Value&)>&&)
Unexecuted instantiation: ObservableArray.cpp:JS::NonnullGCPtr<JS::HeapFunction<Web::WebIDL::ExceptionOr<void> ()> > JS::create_heap_function<AK::Function<Web::WebIDL::ExceptionOr<void> ()>, Web::WebIDL::ExceptionOr<void> ()>(JS::Heap&, AK::Function<Web::WebIDL::ExceptionOr<void> ()>&&)
Unexecuted instantiation: Promise.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<AK::Function<void (JS::Value)>, void (JS::Value)>(JS::Heap&, AK::Function<void (JS::Value)>&&)
Unexecuted instantiation: Promise.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Vector<JS::Value, 0ul> const&)> > JS::create_heap_function<AK::Function<void (AK::Vector<JS::Value, 0ul> const&)>, void (AK::Vector<JS::Value, 0ul> const&)>(JS::Heap&, AK::Function<void (AK::Vector<JS::Value, 0ul> const&)>&&)
Unexecuted instantiation: Promise.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::WebIDL::wait_for_all(JS::Realm&, AK::Vector<JS::NonnullGCPtr<JS::PromiseCapability>, 0ul> const&, AK::Function<void (AK::Vector<JS::Value, 0ul> const&)>, AK::Function<void (JS::Value)>)::$_2, void ()>(JS::Heap&, Web::WebIDL::wait_for_all(JS::Realm&, AK::Vector<JS::NonnullGCPtr<JS::PromiseCapability>, 0ul> const&, AK::Function<void (AK::Vector<JS::Value, 0ul> const&)>, AK::Function<void (JS::Value)>)::$_2&&)
Unexecuted instantiation: XMLDocumentBuilder.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::XMLDocumentBuilder::document_end()::$_3, void ()>(JS::Heap&, Web::XMLDocumentBuilder::document_end()::$_3&&)
Unexecuted instantiation: XMLDocumentBuilder.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::XMLDocumentBuilder::document_end()::$_4, void ()>(JS::Heap&, Web::XMLDocumentBuilder::document_end()::$_4&&)
Unexecuted instantiation: FileReader.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::FileAPI::FileReader::read_operation(Web::FileAPI::Blob&, Web::FileAPI::FileReader::Type, AK::Optional<AK::String> const&)::$_0::operator()()::{lambda()#2}, void ()>(JS::Heap&, Web::FileAPI::FileReader::read_operation(Web::FileAPI::Blob&, Web::FileAPI::FileReader::Type, AK::Optional<AK::String> const&)::$_0::operator()()::{lambda()#2}&&)
Unexecuted instantiation: FileReader.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::FileAPI::FileReader::read_operation(Web::FileAPI::Blob&, Web::FileAPI::FileReader::Type, AK::Optional<AK::String> const&)::$_0::operator()()::{lambda()#3}, void ()>(JS::Heap&, Web::FileAPI::FileReader::read_operation(Web::FileAPI::Blob&, Web::FileAPI::FileReader::Type, AK::Optional<AK::String> const&)::$_0::operator()()::{lambda()#3}&&)
Unexecuted instantiation: FileReader.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::FileAPI::FileReader::read_operation(Web::FileAPI::Blob&, Web::FileAPI::FileReader::Type, AK::Optional<AK::String> const&)::$_0::operator()()::{lambda()#4}, void ()>(JS::Heap&, Web::FileAPI::FileReader::read_operation(Web::FileAPI::Blob&, Web::FileAPI::FileReader::Type, AK::Optional<AK::String> const&)::$_0::operator()()::{lambda()#4}&&)
Unexecuted instantiation: FileReader.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::FileAPI::FileReader::read_operation(Web::FileAPI::Blob&, Web::FileAPI::FileReader::Type, AK::Optional<AK::String> const&)::$_0::operator()()::{lambda()#5}, void ()>(JS::Heap&, Web::FileAPI::FileReader::read_operation(Web::FileAPI::Blob&, Web::FileAPI::FileReader::Type, AK::Optional<AK::String> const&)::$_0::operator()()::{lambda()#5}&&)
Unexecuted instantiation: BaseAudioContext.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::WebAudio::BaseAudioContext::queue_a_decoding_operation(JS::NonnullGCPtr<JS::PromiseCapability>, JS::Handle<Web::WebIDL::BufferSource>, JS::GCPtr<Web::WebIDL::CallbackType>, JS::GCPtr<Web::WebIDL::CallbackType>)::$_0, void ()>(JS::Heap&, Web::WebAudio::BaseAudioContext::queue_a_decoding_operation(JS::NonnullGCPtr<JS::PromiseCapability>, JS::Handle<Web::WebIDL::BufferSource>, JS::GCPtr<Web::WebIDL::CallbackType>, JS::GCPtr<Web::WebIDL::CallbackType>)::$_0&&)
Unexecuted instantiation: BaseAudioContext.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::WebAudio::BaseAudioContext::decode_audio_data(JS::Handle<Web::WebIDL::BufferSource>, JS::GCPtr<Web::WebIDL::CallbackType>, JS::GCPtr<Web::WebIDL::CallbackType>)::$_1, void ()>(JS::Heap&, Web::WebAudio::BaseAudioContext::decode_audio_data(JS::Handle<Web::WebIDL::BufferSource>, JS::GCPtr<Web::WebIDL::CallbackType>, JS::GCPtr<Web::WebIDL::CallbackType>)::$_1&&)
Unexecuted instantiation: AudioContext.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::WebAudio::AudioContext::AudioContext(JS::Realm&, Web::WebAudio::AudioContextOptions const&)::$_0, void ()>(JS::Heap&, Web::WebAudio::AudioContext::AudioContext(JS::Realm&, Web::WebAudio::AudioContextOptions const&)::$_0&&)
Unexecuted instantiation: AudioContext.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::WebAudio::AudioContext::resume()::$_0, void ()>(JS::Heap&, Web::WebAudio::AudioContext::resume()::$_0&&)
Unexecuted instantiation: AudioContext.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::WebAudio::AudioContext::resume()::$_1, void ()>(JS::Heap&, Web::WebAudio::AudioContext::resume()::$_1&&)
Unexecuted instantiation: AudioContext.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::WebAudio::AudioContext::resume()::$_1::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::WebAudio::AudioContext::resume()::$_1::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: AudioContext.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::WebAudio::AudioContext::suspend()::$_0, void ()>(JS::Heap&, Web::WebAudio::AudioContext::suspend()::$_0&&)
Unexecuted instantiation: AudioContext.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::WebAudio::AudioContext::suspend()::$_0::operator()() const::{lambda()#1}, void ()>(JS::Heap&, Web::WebAudio::AudioContext::suspend()::$_0::operator()() const::{lambda()#1}&&)
Unexecuted instantiation: AudioContext.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::WebAudio::AudioContext::close()::$_0, void ()>(JS::Heap&, Web::WebAudio::AudioContext::close()::$_0&&)
Unexecuted instantiation: XMLHttpRequest.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (AK::Detail::ByteBuffer<32ul>)> > JS::create_heap_function<Web::XHR::XMLHttpRequest::send(AK::Optional<AK::Variant<JS::Handle<Web::DOM::Document>, JS::Handle<Web::FileAPI::Blob>, JS::Handle<Web::WebIDL::BufferSource>, JS::Handle<Web::XHR::FormData>, JS::Handle<Web::DOMURL::URLSearchParams>, AK::String> >)::$_2::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(AK::Detail::ByteBuffer<32ul>)#1}, void (AK::Detail::ByteBuffer<32ul>)>(JS::Heap&, Web::XHR::XMLHttpRequest::send(AK::Optional<AK::Variant<JS::Handle<Web::DOM::Document>, JS::Handle<Web::FileAPI::Blob>, JS::Handle<Web::WebIDL::BufferSource>, JS::Handle<Web::XHR::FormData>, JS::Handle<Web::DOMURL::URLSearchParams>, AK::String> >)::$_2::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(AK::Detail::ByteBuffer<32ul>)#1}&&)
Unexecuted instantiation: XMLHttpRequest.cpp:JS::NonnullGCPtr<JS::HeapFunction<void ()> > JS::create_heap_function<Web::XHR::XMLHttpRequest::send(AK::Optional<AK::Variant<JS::Handle<Web::DOM::Document>, JS::Handle<Web::FileAPI::Blob>, JS::Handle<Web::WebIDL::BufferSource>, JS::Handle<Web::XHR::FormData>, JS::Handle<Web::DOMURL::URLSearchParams>, AK::String> >)::$_2::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda()#1}, void ()>(JS::Heap&, Web::XHR::XMLHttpRequest::send(AK::Optional<AK::Variant<JS::Handle<Web::DOM::Document>, JS::Handle<Web::FileAPI::Blob>, JS::Handle<Web::WebIDL::BufferSource>, JS::Handle<Web::XHR::FormData>, JS::Handle<Web::DOMURL::URLSearchParams>, AK::String> >)::$_2::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda()#1}&&)
Unexecuted instantiation: XMLHttpRequest.cpp:JS::NonnullGCPtr<JS::HeapFunction<void (JS::Value)> > JS::create_heap_function<Web::XHR::XMLHttpRequest::send(AK::Optional<AK::Variant<JS::Handle<Web::DOM::Document>, JS::Handle<Web::FileAPI::Blob>, JS::Handle<Web::WebIDL::BufferSource>, JS::Handle<Web::XHR::FormData>, JS::Handle<Web::DOMURL::URLSearchParams>, AK::String> >)::$_2::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(JS::Value)#1}, void (JS::Value)>(JS::Heap&, Web::XHR::XMLHttpRequest::send(AK::Optional<AK::Variant<JS::Handle<Web::DOM::Document>, JS::Handle<Web::FileAPI::Blob>, JS::Handle<Web::WebIDL::BufferSource>, JS::Handle<Web::XHR::FormData>, JS::Handle<Web::DOMURL::URLSearchParams>, AK::String> >)::$_2::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda(JS::Value)#1}&&)
49
50
}