Coverage Report

Created: 2025-08-28 06:26

/src/serenity/AK/ScopeGuard.h
Line
Count
Source
1
/*
2
 * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
3
 *
4
 * SPDX-License-Identifier: BSD-2-Clause
5
 */
6
7
#pragma once
8
9
#include <AK/StdLibExtras.h>
10
11
namespace AK {
12
13
template<typename Callback>
14
class ScopeGuard {
15
public:
16
    constexpr ScopeGuard(Callback callback)
17
1.74G
        : m_callback(move(callback))
18
1.74G
    {
19
1.74G
    }
AK::ScopeGuard<AK::Function<void ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
205k
        : m_callback(move(callback))
18
205k
    {
19
205k
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Gfx::Point<int>)>::operator()(Gfx::Point<int>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
AK::ScopeGuard<AK::Function<unsigned int ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
4.20M
        : m_callback(move(callback))
18
4.20M
    {
19
4.20M
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<unsigned int, AK::Error> ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
866k
        : m_callback(move(callback))
18
866k
    {
19
866k
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<void, AK::Error> (unsigned int, bool)>::operator()(unsigned int, bool) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
4.20M
        : m_callback(move(callback))
18
4.20M
    {
19
4.20M
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<bool, AK::Error> ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
962k
        : m_callback(move(callback))
18
962k
    {
19
962k
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::Optional<AK::NonnullOwnPtr<Gfx::ISOBMFF::Box> >, AK::Error> (Gfx::ISOBMFF::BoxType, AK::ConstrainedStream&)>::operator()(Gfx::ISOBMFF::BoxType, AK::ConstrainedStream&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
26.9k
        : m_callback(move(callback))
18
26.9k
    {
19
26.9k
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<unsigned int (unsigned long)>::operator()(unsigned long) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Gfx::VectorN<3ul, float> (AK::Span<unsigned int const> const&)>::operator()(AK::Span<unsigned int const> const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
AK::ScopeGuard<AK::Function<int (int, int)>::operator()(int, int) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
324M
        : m_callback(move(callback))
18
324M
    {
19
324M
    }
AK::ScopeGuard<AK::Function<Gfx::Rect<int> (int, int)>::operator()(int, int) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
504
        : m_callback(move(callback))
18
504
    {
19
504
    }
AK::ScopeGuard<AK::Function<int (int)>::operator()(int) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
1.00k
        : m_callback(move(callback))
18
1.00k
    {
19
1.00k
    }
AK::ScopeGuard<Gfx::TIFF::TIFFLoadingContext::read_tiff_value(Gfx::TIFF::Type, unsigned int, unsigned int)::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
2.73M
        : m_callback(move(callback))
18
2.73M
    {
19
2.73M
    }
AK::ScopeGuard<AK::Function<void (AK::Function<Gfx::Color (Gfx::Point<int>)>)>::operator()(AK::Function<Gfx::Color (Gfx::Point<int>)>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
369k
        : m_callback(move(callback))
18
369k
    {
19
369k
    }
AK::ScopeGuard<AK::Function<Gfx::Color (Gfx::Point<int>)>::operator()(Gfx::Point<int>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
80.8M
        : m_callback(move(callback))
18
80.8M
    {
19
80.8M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Gfx::Color (Gfx::Color)>::operator()(Gfx::Color) const::{lambda()#1}>::ScopeGuard({lambda()#1})
AK::ScopeGuard<AK::Function<void (Gfx::Point<float>, Gfx::Point<float>)>::operator()(Gfx::Point<float>, Gfx::Point<float>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
63.2M
        : m_callback(move(callback))
18
63.2M
    {
19
63.2M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Gfx::Rect<float> const&, AK::Utf8CodePointIterator&)>::operator()(Gfx::Rect<float> const&, AK::Utf8CodePointIterator&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Gfx::Font const&)>::operator()(Gfx::Font const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Gfx::Typeface const&)>::operator()(Gfx::Typeface const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
AK::ScopeGuard<AK::Function<AK::ErrorOr<void, AK::Error> (Gfx::FourCC, AK::Span<unsigned char const>)>::operator()(Gfx::FourCC, AK::Span<unsigned char const>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
101k
        : m_callback(move(callback))
18
101k
    {
19
101k
    }
Unexecuted instantiation: TextLayout.cpp:AK::ScopeGuard<Gfx::prepare_draw_glyph_or_emoji(Gfx::Point<float>, AK::Utf8CodePointIterator&, Gfx::Font const&)::$_0>::ScopeGuard(Gfx::prepare_draw_glyph_or_emoji(Gfx::Point<float>, AK::Utf8CodePointIterator&, Gfx::Font const&)::$_0)
AK::ScopeGuard<AK::Function<AK::ErrorOr<void, AK::Error> (unsigned int)>::operator()(unsigned int) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
24.9M
        : m_callback(move(callback))
18
24.9M
    {
19
24.9M
    }
AK::ScopeGuard<AK::Function<bool (char)>::operator()(char) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
378M
        : m_callback(move(callback))
18
378M
    {
19
378M
    }
Unexecuted instantiation: MappedFile.cpp:AK::ScopeGuard<Core::MappedFile::map_from_fd_and_close(int, AK::StringView, AK::FixedMemoryStream::Mode)::$_0>::ScopeGuard(Core::MappedFile::map_from_fd_and_close(int, AK::StringView, AK::FixedMemoryStream::Mode)::$_0)
Unexecuted instantiation: TimeZone.cpp:AK::ScopeGuard<TimeZone::current_time_zone()::$_0>::ScopeGuard(TimeZone::current_time_zone()::$_0)
AK::ScopeGuard<AK::Function<bool ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
84.9M
        : m_callback(move(callback))
18
84.9M
    {
19
84.9M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (int)>::operator()(int) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Core::Event&)>::operator()(Core::Event&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Error&)>::operator()(AK::Error&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
AK::ScopeGuard<AK::Function<AK::ErrorOr<void, AK::Error> (unsigned char)>::operator()(unsigned char) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
65.6M
        : m_callback(move(callback))
18
65.6M
    {
19
65.6M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::IterationDecision (unsigned long)>::operator()(unsigned long) const::{lambda()#1}>::ScopeGuard({lambda()#1})
AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::IterationDecision, Media::DecoderError> (unsigned long)>::operator()(unsigned long) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
1.68M
        : m_callback(move(callback))
18
1.68M
    {
19
1.68M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::IterationDecision, Media::DecoderError> (Media::Matroska::TrackEntry const&)>::operator()(Media::Matroska::TrackEntry const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: Parser.cpp:AK::ScopeGuard<XML::Parser::parse_with_listener(XML::Listener&)::$_0>::ScopeGuard(XML::Parser::parse_with_listener(XML::Listener&)::$_0)
AK::ScopeGuard<XML::Parser::enter_rule(AK::SourceLocation)::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
238M
        : m_callback(move(callback))
18
238M
    {
19
238M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::Variant<AK::ByteString, AK::Vector<AK::Variant<XML::ElementDeclaration, XML::AttributeListDeclaration, AK::Variant<XML::GEDeclaration, XML::PEDeclaration>, XML::NotationDeclaration>, 0ul> >, AK::Error> (XML::SystemID const&, AK::Optional<XML::PublicID> const&)>::operator()(XML::SystemID const&, AK::Optional<XML::PublicID> const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Parser.cpp:AK::ScopeGuard<XML::Parser::parse_element()::$_0>::ScopeGuard(XML::Parser::parse_element()::$_0)
Line
Count
Source
17
3.31M
        : m_callback(move(callback))
18
3.31M
    {
19
3.31M
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<XML::ElementDeclaration::Children::Choice, XML::ParseError> ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
6.18M
        : m_callback(move(callback))
18
6.18M
    {
19
6.18M
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<XML::ElementDeclaration::Children::Sequence, XML::ParseError> ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
6.15M
        : m_callback(move(callback))
18
6.15M
    {
19
6.15M
    }
Parser.cpp:AK::ScopeGuard<XML::Parser::resolve_reference(XML::Parser::EntityReference const&, XML::Parser::ReferencePlacement)::$_0>::ScopeGuard(XML::Parser::resolve_reference(XML::Parser::EntityReference const&, XML::Parser::ReferencePlacement)::$_0)
Line
Count
Source
17
255k
        : m_callback(move(callback))
18
255k
    {
19
255k
    }
AK::ScopeGuard<AK::Function<bool (unsigned char)>::operator()(unsigned char) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
318M
        : m_callback(move(callback))
18
318M
    {
19
318M
    }
AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::Identifier const&)>::operator()(JS::Identifier const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
35
        : m_callback(move(callback))
18
35
    {
19
35
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::Declaration const&)>::operator()(JS::Declaration const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::FunctionDeclaration const&)>::operator()(JS::FunctionDeclaration const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::VariableDeclaration const&)>::operator()(JS::VariableDeclaration const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::FunctionDeclaration&)>::operator()(JS::FunctionDeclaration&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Bytecode::Label&)>::operator()(JS::Bytecode::Label&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
AK::ScopeGuard<AK::Function<void (JS::Bytecode::Operand&)>::operator()(JS::Bytecode::Operand&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
469k
        : m_callback(move(callback))
18
469k
    {
19
469k
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::Realm&, AK::Span<AK::String const>, AK::StringView, JS::EvalMode)>::operator()(JS::Realm&, AK::Span<AK::String const>, AK::StringView, JS::EvalMode) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AbstractOperations.cpp:AK::ScopeGuard<JS::perform_eval(JS::VM&, JS::Value, JS::CallerMode, JS::EvalMode)::$_0>::ScopeGuard(JS::perform_eval(JS::VM&, JS::Value, JS::CallerMode, JS::EvalMode)::$_0)
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::Vector<AK::ByteString, 0ul> ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Variant<JS::NonnullGCPtr<JS::Script>, JS::NonnullGCPtr<JS::CyclicModule>, JS::NonnullGCPtr<JS::Realm> >, JS::ModuleRequest const&, JS::GCPtr<JS::GraphLoadingState::HostDefined>, AK::Variant<JS::NonnullGCPtr<JS::GraphLoadingState>, JS::NonnullGCPtr<JS::PromiseCapability> >)>::operator()(AK::Variant<JS::NonnullGCPtr<JS::Script>, JS::NonnullGCPtr<JS::CyclicModule>, JS::NonnullGCPtr<JS::Realm> >, JS::ModuleRequest const&, JS::GCPtr<JS::GraphLoadingState::HostDefined>, AK::Variant<JS::NonnullGCPtr<JS::GraphLoadingState>, JS::NonnullGCPtr<JS::PromiseCapability> >) const::{lambda()#1}>::ScopeGuard({lambda()#1})
AK::ScopeGuard<JS::Parser::parse_function_node<JS::FunctionExpression>(unsigned short, AK::Optional<JS::Position> const&)::{lambda()#1}::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
386
        : m_callback(move(callback))
18
386
    {
19
386
    }
AK::ScopeGuard<JS::Parser::parse_function_node<JS::FunctionDeclaration>(unsigned short, AK::Optional<JS::Position> const&)::{lambda()#1}::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
110
        : m_callback(move(callback))
18
110
    {
19
110
    }
Parser.cpp:AK::ScopeGuard<JS::Parser::try_parse_arrow_function_expression(bool, bool)::$_0::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
379
        : m_callback(move(callback))
18
379
    {
19
379
    }
Parser.cpp:AK::ScopeGuard<JS::Parser::parse_class_expression(bool)::$_0>::ScopeGuard(JS::Parser::parse_class_expression(bool)::$_0)
Line
Count
Source
17
66
        : m_callback(move(callback))
18
66
    {
19
66
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<double> (JS::Value, JS::Value)>::operator()(JS::Value, JS::Value) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<JS::Completion ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::HandledByHost> (JS::ArrayBuffer&, unsigned long)>::operator()(JS::ArrayBuffer&, unsigned long) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Value (AK::String const&)>::operator()(AK::String const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::StringView)>::operator()(AK::StringView) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::NonnullGCPtr<JS::JobCallback> (JS::FunctionObject&)>::operator()(JS::FunctionObject&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::FinalizationRegistry&)>::operator()(JS::FinalizationRegistry&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::JobCallback&, JS::Value, AK::Span<JS::Value const>)>::operator()(JS::JobCallback&, JS::Value, AK::Span<JS::Value const>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Value (unsigned char const&)>::operator()(unsigned char const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Value (AK::StringView const&)>::operator()(AK::StringView const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (AK::StringView)>::operator()(AK::StringView) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Value (Locale::PluralCategory const&)>::operator()(Locale::PluralCategory const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::Optional<JS::Completion> (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: IteratorHelper.cpp:AK::ScopeGuard<JS::IteratorHelper::execute(JS::VM&, JS::Completion const&)::$_0>::ScopeGuard(JS::IteratorHelper::execute(JS::VM&, JS::Completion const&)::$_0)
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&, JS::Completion const&)>::operator()(JS::VM&, JS::IteratorHelper&, JS::Completion const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>::operator()(JS::VM&, JS::IteratorHelper&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&)>::operator()(JS::VM&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::Object&)>::operator()(JS::Object&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Object const&, JS::PropertyKey const&)>::operator()(JS::Object const&, JS::PropertyKey const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Promise&, JS::Promise::RejectionOperation)>::operator()(JS::Promise&, JS::Promise::RejectionOperation) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()> >, JS::Realm*)>::operator()(JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()> >, JS::Realm*) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::PromiseValueList&)>::operator()(JS::PromiseValueList&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::PromiseValueList&, JS::RemainingElements&, JS::Value, unsigned long)>::operator()(JS::PromiseValueList&, JS::RemainingElements&, JS::Value, unsigned long) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Value (JS::VM&, JS::Promise&, JS::AlreadyResolved&)>::operator()(JS::VM&, JS::Promise&, JS::AlreadyResolved&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
AK::ScopeGuard<AK::Function<JS::Object* (JS::Realm&)>::operator()(JS::Realm&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
65
        : m_callback(move(callback))
18
65
    {
19
65
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::Realm&, AK::NonnullOwnPtr<JS::ExecutionContext>, JS::ShadowRealm&)>::operator()(JS::Realm&, AK::NonnullOwnPtr<JS::ExecutionContext>, JS::ShadowRealm&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::Detail::ByteBuffer<32ul> (AK::Detail::ByteBuffer<32ul>, AK::Detail::ByteBuffer<32ul>)>::operator()(AK::Detail::ByteBuffer<32ul>, AK::Detail::ByteBuffer<32ul>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::HashMap<JS::PropertyKey, JS::Value, AK::Traits<JS::PropertyKey>, AK::Traits<JS::Value>, false> (JS::SourceTextModule&)>::operator()(JS::SourceTextModule&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Object*, JS::SourceTextModule const&)>::operator()(JS::Object*, JS::SourceTextModule const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Promise&)>::operator()(JS::Promise&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::SyntheticModule&)>::operator()(JS::SyntheticModule&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: FileSystem.cpp:AK::ScopeGuard<FileSystem::real_path(AK::StringView)::$_0>::ScopeGuard(FileSystem::real_path(AK::StringView)::$_0)
RegexParser.cpp:AK::ScopeGuard<regex::ECMA262Parser::parse_assertion(regex::ByteCode&, unsigned long&, regex::ECMA262Parser::ParseFlags)::$_0>::ScopeGuard(regex::ECMA262Parser::parse_assertion(regex::ByteCode&, unsigned long&, regex::ECMA262Parser::ParseFlags)::$_0)
Line
Count
Source
17
5.86k
        : m_callback(move(callback))
18
5.86k
    {
19
5.86k
    }
RegexParser.cpp:AK::ScopeGuard<regex::ECMA262Parser::parse_assertion(regex::ByteCode&, unsigned long&, regex::ECMA262Parser::ParseFlags)::$_1>::ScopeGuard(regex::ECMA262Parser::parse_assertion(regex::ByteCode&, unsigned long&, regex::ECMA262Parser::ParseFlags)::$_1)
Line
Count
Source
17
1.46k
        : m_callback(move(callback))
18
1.46k
    {
19
1.46k
    }
Unexecuted instantiation: RegexParser.cpp:AK::ScopeGuard<regex::ECMA262Parser::parse_quantifiable_assertion(regex::ByteCode&, unsigned long&, regex::ECMA262Parser::ParseFlags)::$_0>::ScopeGuard(regex::ECMA262Parser::parse_quantifiable_assertion(regex::ByteCode&, unsigned long&, regex::ECMA262Parser::ParseFlags)::$_0)
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Detail::ByteBuffer<32ul>)>::operator()(AK::Detail::ByteBuffer<32ul>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: Parser.cpp:AK::ScopeGuard<PDF::Parser::parse_string()::$_0>::ScopeGuard(PDF::Parser::parse_string()::$_0)
RSA.cpp:AK::ScopeGuard<Crypto::PK::RSA::parse_rsa_key(AK::Span<unsigned char const>)::$_0::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
872
        : m_callback(move(callback))
18
872
    {
19
872
    }
Parser.cpp:AK::ScopeGuard<Shell::Parser::parse_heredoc_entries()::$_0::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
84.9M
        : m_callback(move(callback))
18
84.9M
    {
19
84.9M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (AK::NonnullRefPtr<Shell::AST::Value>)>::operator()(AK::NonnullRefPtr<Shell::AST::Value>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AST.cpp:AK::ScopeGuard<Shell::AST::Execute::for_each_entry(AK::RefPtr<Shell::Shell>, AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (AK::NonnullRefPtr<Shell::AST::Value>)>)::$_0::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AST.cpp:AK::ScopeGuard<Shell::AST::Execute::for_each_entry(AK::RefPtr<Shell::Shell>, AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (AK::NonnullRefPtr<Shell::AST::Value>)>)::$_1>::ScopeGuard(Shell::AST::Execute::for_each_entry(AK::RefPtr<Shell::Shell>, AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (AK::NonnullRefPtr<Shell::AST::Value>)>)::$_1)
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<Shell::Arithmetic::Node, AK::Error> (AK::Span<AK::Variant<AK::String, long, Shell::Arithmetic::Operator> >&)>::operator()(AK::Span<AK::Variant<AK::String, long, Shell::Arithmetic::Operator> >&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<long, AK::Error> (Shell::Arithmetic::Node const&)>::operator()(Shell::Arithmetic::Node const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<void, AK::Error> (Shell::AST::Command&)>::operator()(Shell::AST::Command&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: Shell.cpp:AK::ScopeGuard<Shell::Shell::block_on_job(AK::RefPtr<Shell::Job>)::$_0>::ScopeGuard(Shell::Shell::block_on_job(AK::RefPtr<Shell::Job>)::$_0)
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::RefPtr<Shell::Job>)>::operator()(AK::RefPtr<Shell::Job>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: Builtin.cpp:AK::ScopeGuard<Shell::Shell::builtin_source(Main::Arguments)::$_0>::ScopeGuard(Shell::Shell::builtin_source(Main::Arguments)::$_0)
Unexecuted instantiation: AK::ScopeGuard<Line::Editor::prohibit_input()::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Utf32View, Line::Editor&)>::operator()(AK::Utf32View, Line::Editor&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::Vector<Line::CompletionSuggestion, 0ul> (Line::Editor const&)>::operator()(Line::Editor const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: Editor.cpp:AK::ScopeGuard<Line::Editor::refresh_display()::$_0>::ScopeGuard(Line::Editor::refresh_display()::$_0)
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Line::Editor&)>::operator()(Line::Editor&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: Editor.cpp:AK::ScopeGuard<Line::actual_rendered_string_length_step(Line::StringMetrics&, unsigned long, Line::StringMetrics::LineMetrics&, unsigned int, unsigned int, Line::VTState, AK::Optional<Line::Style::Mask> const&, AK::Optional<unsigned long> const&, AK::Optional<unsigned long&>)::$_0>::ScopeGuard(Line::actual_rendered_string_length_step(Line::StringMetrics&, unsigned long, Line::StringMetrics::LineMetrics&, unsigned int, unsigned int, Line::VTState, AK::Optional<Line::Style::Mask> const&, AK::Optional<unsigned long> const&, AK::Optional<unsigned long&>)::$_0)
Unexecuted instantiation: InternalFunctions.cpp:AK::ScopeGuard<Line::Editor::edit_in_external_editor()::$_0>::ScopeGuard(Line::Editor::edit_in_external_editor()::$_0)
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Line::Editor&)>::operator()(Line::Editor&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (Line::CompletionSuggestion const&, unsigned long)>::operator()(Line::CompletionSuggestion const&, unsigned long) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<bool, AK::Error> (AK::StringView)>::operator()(AK::StringView) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (Core::DirectoryEntry const&, Core::Directory const&)>::operator()(Core::DirectoryEntry const&, Core::Directory const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (Archive::ZipMember const&)>::operator()(Archive::ZipMember const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
2.83k
        : m_callback(move(callback))
18
2.83k
    {
19
2.83k
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::CSSRule const&)>::operator()(Web::CSS::CSSRule const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::CSSKeyframesRule const&)>::operator()(Web::CSS::CSSKeyframesRule const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::Parser::AtRule const&)>::operator()(Web::CSS::Parser::AtRule const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::Parser::QualifiedRule const&)>::operator()(Web::CSS::Parser::QualifiedRule const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Variant<Web::CSS::Parser::AtRule, Web::CSS::Parser::QualifiedRule> const&)>::operator()(AK::Variant<Web::CSS::Parser::AtRule, Web::CSS::Parser::QualifiedRule> const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::Parser::Declaration const&)>::operator()(Web::CSS::Parser::Declaration const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::FontLoader const&)>::operator()(Web::CSS::FontLoader const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::PropertyID, Web::CSS::CSSStyleValue const&)>::operator()(Web::CSS::PropertyID, Web::CSS::CSSStyleValue const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Web::CSS::StyleComputer::MatchingFontCandidate const&)>::operator()(Web::CSS::StyleComputer::MatchingFontCandidate const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: StyleComputer.cpp:AK::ScopeGuard<Web::CSS::StyleComputer::compute_style_impl(Web::DOM::Element&, AK::Optional<Web::CSS::Selector::PseudoElement::Type>, Web::CSS::StyleComputer::ComputeStyleMode) const::$_0>::ScopeGuard(Web::CSS::StyleComputer::compute_style_impl(Web::DOM::Element&, AK::Optional<Web::CSS::Selector::PseudoElement::Type>, Web::CSS::StyleComputer::ComputeStyleMode) const::$_0)
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<Web::Bindings::CompositeOperationOrAuto> (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<AK::String> (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<AK::Optional<double> > (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::NonnullOwnPtr<Web::CSS::CalculationNode>&)>::operator()(AK::NonnullOwnPtr<Web::CSS::CalculationNode>&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::HTML::DocumentReadyState)>::operator()(Web::HTML::DocumentReadyState) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: Document.cpp:AK::ScopeGuard<Web::DOM::Document::completely_finish_loading()::$_0>::ScopeGuard(Web::DOM::Document::completely_finish_loading()::$_0)
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::CSSStyleSheet&, JS::GCPtr<Web::DOM::ShadowRoot>)>::operator()(Web::CSS::CSSStyleSheet&, JS::GCPtr<Web::DOM::ShadowRoot>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::DOM::ShadowRoot&)>::operator()(Web::DOM::ShadowRoot&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<void, AK::Error> (AK::NonnullRefPtr<Gfx::VectorFont>&)>::operator()(AK::NonnullRefPtr<Gfx::VectorFont>&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::DOM::Attr const&)>::operator()(Web::DOM::Attr const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::FlyString const&, AK::String const&)>::operator()(AK::FlyString const&, AK::String const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::CSSPixels (Web::Painting::PaintableBox const&)>::operator()(Web::Painting::PaintableBox const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::NonnullRefPtr<Web::CSS::CSSStyleValue const> ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::NonnullRefPtr<Web::CSS::CSSStyleValue const> (Web::CSS::BackgroundLayerData const&)>::operator()(Web::CSS::BackgroundLayerData const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Web::DOM::Element const&)>::operator()(Web::DOM::Element const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Web::DOM::Node const&)>::operator()(Web::DOM::Node const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::CSSStyleSheet&)>::operator()(Web::CSS::CSSStyleSheet&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (AK::String const&, AK::String const&)>::operator()(AK::String const&, AK::String const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: Headers.cpp:AK::ScopeGuard<Web::Fetch::Infrastructure::HeaderList::set(Web::Fetch::Infrastructure::Header)::$_1::operator()<Web::Fetch::Infrastructure::Header>(Web::Fetch::Infrastructure::Header const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::Detail::ByteBuffer<32ul> ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Object const&)>::operator()(JS::Object const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: Blob.cpp:AK::ScopeGuard<Web::FileAPI::Blob::get_stream()::$_0::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Span<unsigned char>)>::operator()(AK::Span<unsigned char>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Value (Web::Bindings::KeyUsage const&)>::operator()(Web::Bindings::KeyUsage const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: EventLoop.cpp:AK::ScopeGuard<Web::HTML::EventLoop::process()::$_0>::ScopeGuard(Web::HTML::EventLoop::process()::$_0)
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<bool ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Web::HTML::Task const&)>::operator()(Web::HTML::Task const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::Layout::Node const&)>::operator()(Web::Layout::Node const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: Fetching.cpp:AK::ScopeGuard<Web::Fetch::Fetching::http_network_or_cache_fetch(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Fetching::IsAuthenticationFetch, Web::Fetch::Fetching::IsNewConnectionFetch)::$_0>::ScopeGuard(Web::Fetch::Fetching::http_network_or_cache_fetch(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Fetching::IsAuthenticationFetch, Web::Fetch::Fetching::IsNewConnectionFetch)::$_0)
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<Web::WebIDL::ExceptionOr<JS::NonnullGCPtr<Web::Fetch::Fetching::PendingResponse> > ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::String)>::operator()(AK::String) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: HTMLMediaElement.cpp:AK::ScopeGuard<Web::HTML::HTMLMediaElement::set_ready_state(Web::HTML::HTMLMediaElement::ReadyState)::$_0>::ScopeGuard(Web::HTML::HTMLMediaElement::set_ready_state(Web::HTML::HTMLMediaElement::ReadyState)::$_0)
Unexecuted instantiation: HTMLMediaElement.cpp:AK::ScopeGuard<Web::HTML::HTMLMediaElement::dispatch_time_update_event()::$_0>::ScopeGuard(Web::HTML::HTMLMediaElement::dispatch_time_update_event()::$_0)
Unexecuted instantiation: HTMLVideoElement.cpp:AK::ScopeGuard<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()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::HTML::MessagePort&)>::operator()(Web::HTML::MessagePort&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::NonnullGCPtr<Web::HTML::Navigable> (JS::GCPtr<Web::HTML::BrowsingContext>)>::operator()(JS::GCPtr<Web::HTML::BrowsingContext>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::IterationDecision (Web::HTML::HTMLToken::Attribute const&)>::operator()(Web::HTML::HTMLToken::Attribute const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::IterationDecision (Web::HTML::HTMLToken::Attribute&)>::operator()(Web::HTML::HTMLToken::Attribute&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<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> >)>)>::operator()(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> >)>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::GCPtr<Web::HTML::Script>)>::operator()(JS::GCPtr<Web::HTML::Script>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::HTML::ModuleMap::Entry)>::operator()(Web::HTML::ModuleMap::Entry) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (unsigned int)>::operator()(unsigned int) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)>::operator()(bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (double)>::operator()(double) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Completion (JS::NonnullGCPtr<Web::RequestIdleCallback::IdleDeadline>)>::operator()(JS::NonnullGCPtr<Web::RequestIdleCallback::IdleDeadline>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: EventSource.cpp:AK::ScopeGuard<Web::HTML::EventSource::reestablish_the_connection()::$_0::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSSPixels)>::operator()(Web::CSSPixels) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::GridTrackSizeList const&)>::operator()(Web::CSS::GridTrackSizeList const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: TreeBuilder.cpp:AK::ScopeGuard<Web::Layout::TreeBuilder::create_layout_tree(Web::DOM::Node&, Web::Layout::TreeBuilder::Context&)::$_0>::ScopeGuard(Web::Layout::TreeBuilder::create_layout_tree(Web::DOM::Node&, Web::Layout::TreeBuilder::Context&)::$_0)
Unexecuted instantiation: TreeBuilder.cpp:AK::ScopeGuard<Web::Layout::TreeBuilder::create_layout_tree(Web::DOM::Node&, Web::Layout::TreeBuilder::Context&)::$_1>::ScopeGuard(Web::Layout::TreeBuilder::create_layout_tree(Web::DOM::Node&, Web::Layout::TreeBuilder::Context&)::$_1)
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::ResourceClient&)>::operator()(Web::ResourceClient&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<void (HTTP::HeaderMap const&, AK::Optional<unsigned int>)>::operator()(HTTP::HeaderMap const&, AK::Optional<unsigned int>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<void (AK::Span<unsigned char const>)>::operator()(AK::Span<unsigned char const>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<void (AK::ByteString const&, AK::Optional<unsigned int>, AK::Span<unsigned char const>, HTTP::HeaderMap const&)>::operator()(AK::ByteString const&, AK::Optional<unsigned int>, AK::Span<unsigned char const>, HTTP::HeaderMap const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<void (AK::Span<unsigned char const>, HTTP::HeaderMap const&, AK::Optional<unsigned int>)>::operator()(AK::Span<unsigned char const>, HTTP::HeaderMap const&, AK::Optional<unsigned int>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<void ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<void (bool, AK::Optional<AK::StringView>)>::operator()(bool, AK::Optional<AK::StringView>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: DragAndDropEventHandler.cpp:AK::ScopeGuard<Web::DragAndDropEventHandler::handle_drag_end(JS::Realm&, Web::DragAndDropEventHandler::Cancelled, Gfx::Point<Web::CSSPixels>, Gfx::Point<Web::CSSPixels>, Gfx::Point<Web::CSSPixels>, Gfx::Point<Web::CSSPixels>, unsigned int, unsigned int, unsigned int)::$_0>::ScopeGuard(Web::DragAndDropEventHandler::handle_drag_end(JS::Realm&, Web::DragAndDropEventHandler::Cancelled, Gfx::Point<Web::CSSPixels>, Gfx::Point<Web::CSSPixels>, Gfx::Point<Web::CSSPixels>, Gfx::Point<Web::CSSPixels>, unsigned int, unsigned int, unsigned int)::$_0)
Unexecuted instantiation: Page.cpp:AK::ScopeGuard<Web::spin_event_loop_until_dialog_closed<AK::Empty>(Web::PageClient&, AK::Optional<AK::Empty>&, AK::SourceLocation)::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: Page.cpp:AK::ScopeGuard<Web::spin_event_loop_until_dialog_closed<bool>(Web::PageClient&, AK::Optional<bool>&, AK::SourceLocation)::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: Page.cpp:AK::ScopeGuard<Web::spin_event_loop_until_dialog_closed<AK::Optional<AK::String> >(Web::PageClient&, AK::Optional<AK::Optional<AK::String> >&, AK::SourceLocation)::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: DisplayListPlayerCPU.cpp:AK::ScopeGuard<Web::Painting::DisplayListPlayerCPU::pop_stacking_context(Web::Painting::PopStackingContext const&)::$_0>::ScopeGuard(Web::Painting::DisplayListPlayerCPU::pop_stacking_context(Web::Painting::PopStackingContext const&)::$_0)
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::TraversalDecision (Web::Painting::HitTestResult)>::operator()(Web::Painting::HitTestResult) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::NonnullOwnPtr<Web::Platform::AudioCodecPlugin>, AK::Error> (AK::NonnullRefPtr<Audio::Loader>)>::operator()(AK::NonnullRefPtr<Audio::Loader>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&)>::operator()(AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Completion (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::NonnullGCPtr<JS::PromiseCapability> ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<JS::Value> ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool)>::operator()(JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<void> (JS::Value&)>::operator()(JS::Value&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<void> ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Vector<JS::Value, 0ul> const&)>::operator()(AK::Vector<JS::Value, 0ul> const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (AK::String const&, AK::Variant<JS::Handle<Web::FileAPI::File>, AK::String> const&)>::operator()(AK::String const&, AK::Variant<JS::Handle<Web::FileAPI::File>, AK::String> const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Error)>::operator()(AK::Error) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Media::DecoderError)>::operator()(Media::DecoderError) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::RefPtr<Gfx::Bitmap>)>::operator()(AK::RefPtr<Gfx::Bitmap>) const::{lambda()#1}>::ScopeGuard({lambda()#1})
AK::ScopeGuard<AK::Function<float (float)>::operator()(float) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
128
        : m_callback(move(callback))
18
128
    {
19
128
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<void, Media::DecoderError> ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
32
        : m_callback(move(callback))
18
32
    {
19
32
    }
AK::ScopeGuard<AK::Function<unsigned char (unsigned char)>::operator()(unsigned char) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
37.0M
        : m_callback(move(callback))
18
37.0M
    {
19
37.0M
    }
AK::ScopeGuard<AK::Function<long ()>::operator()() const::{lambda()#1}>::ScopeGuard({lambda()#1})
Line
Count
Source
17
32
        : m_callback(move(callback))
18
32
    {
19
32
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Wasm::Configuration&, AK::DistinctNumeric<unsigned long, Wasm::__InstructionPointer_tag, AK::DistinctNumericFeature::Arithmetic, AK::DistinctNumericFeature::Comparison, AK::DistinctNumericFeature::Flags, AK::DistinctNumericFeature::Increment>&, Wasm::Instruction const&)>::operator()(Wasm::Configuration&, AK::DistinctNumeric<unsigned long, Wasm::__InstructionPointer_tag, AK::DistinctNumericFeature::Arithmetic, AK::DistinctNumericFeature::Comparison, AK::DistinctNumericFeature::Flags, AK::DistinctNumericFeature::Increment>&, Wasm::Instruction const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Wasm::Configuration&, AK::DistinctNumeric<unsigned long, Wasm::__InstructionPointer_tag, AK::DistinctNumericFeature::Arithmetic, AK::DistinctNumericFeature::Comparison, AK::DistinctNumericFeature::Flags, AK::DistinctNumericFeature::Increment>&, Wasm::Instruction const&, Wasm::Interpreter const&)>::operator()(Wasm::Configuration&, AK::DistinctNumeric<unsigned long, Wasm::__InstructionPointer_tag, AK::DistinctNumericFeature::Arithmetic, AK::DistinctNumericFeature::Comparison, AK::DistinctNumericFeature::Flags, AK::DistinctNumericFeature::Increment>&, Wasm::Instruction const&, Wasm::Interpreter const&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Wasm::Result (Wasm::Configuration&, AK::Vector<Wasm::Value, 0ul>&)>::operator()(Wasm::Configuration&, AK::Vector<Wasm::Value, 0ul>&) const::{lambda()#1}>::ScopeGuard({lambda()#1})
Parser.cpp:AK::ScopeGuard<SQL::AST::Parser::parse_table_or_subquery()::$_0>::ScopeGuard(SQL::AST::Parser::parse_table_or_subquery()::$_0)
Line
Count
Source
17
8.13M
        : m_callback(move(callback))
18
8.13M
    {
19
8.13M
    }
20
21
    constexpr ~ScopeGuard()
22
1.74G
    {
23
1.74G
        m_callback();
24
1.74G
    }
AK::ScopeGuard<AK::Function<void ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
205k
    {
23
205k
        m_callback();
24
205k
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Gfx::Point<int>)>::operator()(Gfx::Point<int>) const::{lambda()#1}>::~ScopeGuard()
AK::ScopeGuard<AK::Function<unsigned int ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
4.20M
    {
23
4.20M
        m_callback();
24
4.20M
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<unsigned int, AK::Error> ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
866k
    {
23
866k
        m_callback();
24
866k
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<void, AK::Error> (unsigned int, bool)>::operator()(unsigned int, bool) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
4.20M
    {
23
4.20M
        m_callback();
24
4.20M
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<bool, AK::Error> ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
962k
    {
23
962k
        m_callback();
24
962k
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::Optional<AK::NonnullOwnPtr<Gfx::ISOBMFF::Box> >, AK::Error> (Gfx::ISOBMFF::BoxType, AK::ConstrainedStream&)>::operator()(Gfx::ISOBMFF::BoxType, AK::ConstrainedStream&) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
26.9k
    {
23
26.9k
        m_callback();
24
26.9k
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<unsigned int (unsigned long)>::operator()(unsigned long) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Gfx::VectorN<3ul, float> (AK::Span<unsigned int const> const&)>::operator()(AK::Span<unsigned int const> const&) const::{lambda()#1}>::~ScopeGuard()
AK::ScopeGuard<AK::Function<int (int, int)>::operator()(int, int) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
324M
    {
23
324M
        m_callback();
24
324M
    }
AK::ScopeGuard<AK::Function<Gfx::Rect<int> (int, int)>::operator()(int, int) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
504
    {
23
504
        m_callback();
24
504
    }
AK::ScopeGuard<AK::Function<int (int)>::operator()(int) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
1.00k
    {
23
1.00k
        m_callback();
24
1.00k
    }
AK::ScopeGuard<Gfx::TIFF::TIFFLoadingContext::read_tiff_value(Gfx::TIFF::Type, unsigned int, unsigned int)::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
2.73M
    {
23
2.73M
        m_callback();
24
2.73M
    }
AK::ScopeGuard<AK::Function<void (AK::Function<Gfx::Color (Gfx::Point<int>)>)>::operator()(AK::Function<Gfx::Color (Gfx::Point<int>)>) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
369k
    {
23
369k
        m_callback();
24
369k
    }
AK::ScopeGuard<AK::Function<Gfx::Color (Gfx::Point<int>)>::operator()(Gfx::Point<int>) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
80.8M
    {
23
80.8M
        m_callback();
24
80.8M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Gfx::Color (Gfx::Color)>::operator()(Gfx::Color) const::{lambda()#1}>::~ScopeGuard()
AK::ScopeGuard<AK::Function<void (Gfx::Point<float>, Gfx::Point<float>)>::operator()(Gfx::Point<float>, Gfx::Point<float>) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
63.2M
    {
23
63.2M
        m_callback();
24
63.2M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Gfx::Rect<float> const&, AK::Utf8CodePointIterator&)>::operator()(Gfx::Rect<float> const&, AK::Utf8CodePointIterator&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Gfx::Font const&)>::operator()(Gfx::Font const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Gfx::Typeface const&)>::operator()(Gfx::Typeface const&) const::{lambda()#1}>::~ScopeGuard()
AK::ScopeGuard<AK::Function<AK::ErrorOr<void, AK::Error> (Gfx::FourCC, AK::Span<unsigned char const>)>::operator()(Gfx::FourCC, AK::Span<unsigned char const>) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
101k
    {
23
101k
        m_callback();
24
101k
    }
Unexecuted instantiation: TextLayout.cpp:AK::ScopeGuard<Gfx::prepare_draw_glyph_or_emoji(Gfx::Point<float>, AK::Utf8CodePointIterator&, Gfx::Font const&)::$_0>::~ScopeGuard()
AK::ScopeGuard<AK::Function<AK::ErrorOr<void, AK::Error> (unsigned int)>::operator()(unsigned int) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
24.9M
    {
23
24.9M
        m_callback();
24
24.9M
    }
AK::ScopeGuard<AK::Function<bool (char)>::operator()(char) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
378M
    {
23
378M
        m_callback();
24
378M
    }
Unexecuted instantiation: MappedFile.cpp:AK::ScopeGuard<Core::MappedFile::map_from_fd_and_close(int, AK::StringView, AK::FixedMemoryStream::Mode)::$_0>::~ScopeGuard()
Unexecuted instantiation: TimeZone.cpp:AK::ScopeGuard<TimeZone::current_time_zone()::$_0>::~ScopeGuard()
AK::ScopeGuard<AK::Function<bool ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
84.9M
    {
23
84.9M
        m_callback();
24
84.9M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (int)>::operator()(int) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Core::Event&)>::operator()(Core::Event&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Error&)>::operator()(AK::Error&) const::{lambda()#1}>::~ScopeGuard()
AK::ScopeGuard<AK::Function<AK::ErrorOr<void, AK::Error> (unsigned char)>::operator()(unsigned char) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
65.6M
    {
23
65.6M
        m_callback();
24
65.6M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::IterationDecision (unsigned long)>::operator()(unsigned long) const::{lambda()#1}>::~ScopeGuard()
AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::IterationDecision, Media::DecoderError> (unsigned long)>::operator()(unsigned long) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
1.68M
    {
23
1.68M
        m_callback();
24
1.68M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::IterationDecision, Media::DecoderError> (Media::Matroska::TrackEntry const&)>::operator()(Media::Matroska::TrackEntry const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: Parser.cpp:AK::ScopeGuard<XML::Parser::parse_with_listener(XML::Listener&)::$_0>::~ScopeGuard()
AK::ScopeGuard<XML::Parser::enter_rule(AK::SourceLocation)::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
238M
    {
23
238M
        m_callback();
24
238M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::Variant<AK::ByteString, AK::Vector<AK::Variant<XML::ElementDeclaration, XML::AttributeListDeclaration, AK::Variant<XML::GEDeclaration, XML::PEDeclaration>, XML::NotationDeclaration>, 0ul> >, AK::Error> (XML::SystemID const&, AK::Optional<XML::PublicID> const&)>::operator()(XML::SystemID const&, AK::Optional<XML::PublicID> const&) const::{lambda()#1}>::~ScopeGuard()
Parser.cpp:AK::ScopeGuard<XML::Parser::parse_element()::$_0>::~ScopeGuard()
Line
Count
Source
22
3.31M
    {
23
3.31M
        m_callback();
24
3.31M
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<XML::ElementDeclaration::Children::Choice, XML::ParseError> ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
6.18M
    {
23
6.18M
        m_callback();
24
6.18M
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<XML::ElementDeclaration::Children::Sequence, XML::ParseError> ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
6.15M
    {
23
6.15M
        m_callback();
24
6.15M
    }
Parser.cpp:AK::ScopeGuard<XML::Parser::resolve_reference(XML::Parser::EntityReference const&, XML::Parser::ReferencePlacement)::$_0>::~ScopeGuard()
Line
Count
Source
22
255k
    {
23
255k
        m_callback();
24
255k
    }
AK::ScopeGuard<AK::Function<bool (unsigned char)>::operator()(unsigned char) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
318M
    {
23
318M
        m_callback();
24
318M
    }
AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::Identifier const&)>::operator()(JS::Identifier const&) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
35
    {
23
35
        m_callback();
24
35
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::Declaration const&)>::operator()(JS::Declaration const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::FunctionDeclaration const&)>::operator()(JS::FunctionDeclaration const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::VariableDeclaration const&)>::operator()(JS::VariableDeclaration const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::FunctionDeclaration&)>::operator()(JS::FunctionDeclaration&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Bytecode::Label&)>::operator()(JS::Bytecode::Label&) const::{lambda()#1}>::~ScopeGuard()
AK::ScopeGuard<AK::Function<void (JS::Bytecode::Operand&)>::operator()(JS::Bytecode::Operand&) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
469k
    {
23
469k
        m_callback();
24
469k
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::Realm&, AK::Span<AK::String const>, AK::StringView, JS::EvalMode)>::operator()(JS::Realm&, AK::Span<AK::String const>, AK::StringView, JS::EvalMode) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AbstractOperations.cpp:AK::ScopeGuard<JS::perform_eval(JS::VM&, JS::Value, JS::CallerMode, JS::EvalMode)::$_0>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::Vector<AK::ByteString, 0ul> ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Variant<JS::NonnullGCPtr<JS::Script>, JS::NonnullGCPtr<JS::CyclicModule>, JS::NonnullGCPtr<JS::Realm> >, JS::ModuleRequest const&, JS::GCPtr<JS::GraphLoadingState::HostDefined>, AK::Variant<JS::NonnullGCPtr<JS::GraphLoadingState>, JS::NonnullGCPtr<JS::PromiseCapability> >)>::operator()(AK::Variant<JS::NonnullGCPtr<JS::Script>, JS::NonnullGCPtr<JS::CyclicModule>, JS::NonnullGCPtr<JS::Realm> >, JS::ModuleRequest const&, JS::GCPtr<JS::GraphLoadingState::HostDefined>, AK::Variant<JS::NonnullGCPtr<JS::GraphLoadingState>, JS::NonnullGCPtr<JS::PromiseCapability> >) const::{lambda()#1}>::~ScopeGuard()
AK::ScopeGuard<JS::Parser::parse_function_node<JS::FunctionExpression>(unsigned short, AK::Optional<JS::Position> const&)::{lambda()#1}::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
386
    {
23
386
        m_callback();
24
386
    }
AK::ScopeGuard<JS::Parser::parse_function_node<JS::FunctionDeclaration>(unsigned short, AK::Optional<JS::Position> const&)::{lambda()#1}::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
110
    {
23
110
        m_callback();
24
110
    }
Parser.cpp:AK::ScopeGuard<JS::Parser::try_parse_arrow_function_expression(bool, bool)::$_0::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
379
    {
23
379
        m_callback();
24
379
    }
Parser.cpp:AK::ScopeGuard<JS::Parser::parse_class_expression(bool)::$_0>::~ScopeGuard()
Line
Count
Source
22
66
    {
23
66
        m_callback();
24
66
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<double> (JS::Value, JS::Value)>::operator()(JS::Value, JS::Value) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<JS::Completion ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::HandledByHost> (JS::ArrayBuffer&, unsigned long)>::operator()(JS::ArrayBuffer&, unsigned long) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Value (AK::String const&)>::operator()(AK::String const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::StringView)>::operator()(AK::StringView) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::NonnullGCPtr<JS::JobCallback> (JS::FunctionObject&)>::operator()(JS::FunctionObject&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::FinalizationRegistry&)>::operator()(JS::FinalizationRegistry&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::JobCallback&, JS::Value, AK::Span<JS::Value const>)>::operator()(JS::JobCallback&, JS::Value, AK::Span<JS::Value const>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Value (unsigned char const&)>::operator()(unsigned char const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Value (AK::StringView const&)>::operator()(AK::StringView const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (AK::StringView)>::operator()(AK::StringView) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Value (Locale::PluralCategory const&)>::operator()(Locale::PluralCategory const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::Optional<JS::Completion> (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&, JS::Completion const&)>::operator()(JS::VM&, JS::IteratorHelper&, JS::Completion const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&, JS::IteratorHelper&)>::operator()(JS::VM&, JS::IteratorHelper&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: IteratorHelper.cpp:AK::ScopeGuard<JS::IteratorHelper::execute(JS::VM&, JS::Completion const&)::$_0>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::VM&)>::operator()(JS::VM&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::Object&)>::operator()(JS::Object&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Object const&, JS::PropertyKey const&)>::operator()(JS::Object const&, JS::PropertyKey const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Promise&, JS::Promise::RejectionOperation)>::operator()(JS::Promise&, JS::Promise::RejectionOperation) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()> >, JS::Realm*)>::operator()(JS::NonnullGCPtr<JS::HeapFunction<JS::ThrowCompletionOr<JS::Value> ()> >, JS::Realm*) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::PromiseValueList&)>::operator()(JS::PromiseValueList&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> (JS::PromiseValueList&, JS::RemainingElements&, JS::Value, unsigned long)>::operator()(JS::PromiseValueList&, JS::RemainingElements&, JS::Value, unsigned long) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Value (JS::VM&, JS::Promise&, JS::AlreadyResolved&)>::operator()(JS::VM&, JS::Promise&, JS::AlreadyResolved&) const::{lambda()#1}>::~ScopeGuard()
AK::ScopeGuard<AK::Function<JS::Object* (JS::Realm&)>::operator()(JS::Realm&) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
65
    {
23
65
        m_callback();
24
65
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::Realm&, AK::NonnullOwnPtr<JS::ExecutionContext>, JS::ShadowRealm&)>::operator()(JS::Realm&, AK::NonnullOwnPtr<JS::ExecutionContext>, JS::ShadowRealm&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::Detail::ByteBuffer<32ul> (AK::Detail::ByteBuffer<32ul>, AK::Detail::ByteBuffer<32ul>)>::operator()(AK::Detail::ByteBuffer<32ul>, AK::Detail::ByteBuffer<32ul>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::HashMap<JS::PropertyKey, JS::Value, AK::Traits<JS::PropertyKey>, AK::Traits<JS::Value>, false> (JS::SourceTextModule&)>::operator()(JS::SourceTextModule&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Object*, JS::SourceTextModule const&)>::operator()(JS::Object*, JS::SourceTextModule const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<JS::Value> ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Promise&)>::operator()(JS::Promise&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (JS::SyntheticModule&)>::operator()(JS::SyntheticModule&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: FileSystem.cpp:AK::ScopeGuard<FileSystem::real_path(AK::StringView)::$_0>::~ScopeGuard()
RegexParser.cpp:AK::ScopeGuard<regex::ECMA262Parser::parse_assertion(regex::ByteCode&, unsigned long&, regex::ECMA262Parser::ParseFlags)::$_0>::~ScopeGuard()
Line
Count
Source
22
5.86k
    {
23
5.86k
        m_callback();
24
5.86k
    }
RegexParser.cpp:AK::ScopeGuard<regex::ECMA262Parser::parse_assertion(regex::ByteCode&, unsigned long&, regex::ECMA262Parser::ParseFlags)::$_1>::~ScopeGuard()
Line
Count
Source
22
1.46k
    {
23
1.46k
        m_callback();
24
1.46k
    }
Unexecuted instantiation: RegexParser.cpp:AK::ScopeGuard<regex::ECMA262Parser::parse_quantifiable_assertion(regex::ByteCode&, unsigned long&, regex::ECMA262Parser::ParseFlags)::$_0>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Detail::ByteBuffer<32ul>)>::operator()(AK::Detail::ByteBuffer<32ul>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: Parser.cpp:AK::ScopeGuard<PDF::Parser::parse_string()::$_0>::~ScopeGuard()
RSA.cpp:AK::ScopeGuard<Crypto::PK::RSA::parse_rsa_key(AK::Span<unsigned char const>)::$_0::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
872
    {
23
872
        m_callback();
24
872
    }
Parser.cpp:AK::ScopeGuard<Shell::Parser::parse_heredoc_entries()::$_0::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
84.9M
    {
23
84.9M
        m_callback();
24
84.9M
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (AK::NonnullRefPtr<Shell::AST::Value>)>::operator()(AK::NonnullRefPtr<Shell::AST::Value>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AST.cpp:AK::ScopeGuard<Shell::AST::Execute::for_each_entry(AK::RefPtr<Shell::Shell>, AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (AK::NonnullRefPtr<Shell::AST::Value>)>)::$_0::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AST.cpp:AK::ScopeGuard<Shell::AST::Execute::for_each_entry(AK::RefPtr<Shell::Shell>, AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (AK::NonnullRefPtr<Shell::AST::Value>)>)::$_1>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<Shell::Arithmetic::Node, AK::Error> (AK::Span<AK::Variant<AK::String, long, Shell::Arithmetic::Operator> >&)>::operator()(AK::Span<AK::Variant<AK::String, long, Shell::Arithmetic::Operator> >&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<long, AK::Error> (Shell::Arithmetic::Node const&)>::operator()(Shell::Arithmetic::Node const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<void, AK::Error> (Shell::AST::Command&)>::operator()(Shell::AST::Command&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::RefPtr<Shell::Job>)>::operator()(AK::RefPtr<Shell::Job>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: Shell.cpp:AK::ScopeGuard<Shell::Shell::block_on_job(AK::RefPtr<Shell::Job>)::$_0>::~ScopeGuard()
Unexecuted instantiation: Builtin.cpp:AK::ScopeGuard<Shell::Shell::builtin_source(Main::Arguments)::$_0>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Utf32View, Line::Editor&)>::operator()(AK::Utf32View, Line::Editor&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::Vector<Line::CompletionSuggestion, 0ul> (Line::Editor const&)>::operator()(Line::Editor const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<Line::Editor::prohibit_input()::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Line::Editor&)>::operator()(Line::Editor&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: Editor.cpp:AK::ScopeGuard<Line::Editor::refresh_display()::$_0>::~ScopeGuard()
Unexecuted instantiation: Editor.cpp:AK::ScopeGuard<Line::actual_rendered_string_length_step(Line::StringMetrics&, unsigned long, Line::StringMetrics::LineMetrics&, unsigned int, unsigned int, Line::VTState, AK::Optional<Line::Style::Mask> const&, AK::Optional<unsigned long> const&, AK::Optional<unsigned long&>)::$_0>::~ScopeGuard()
Unexecuted instantiation: InternalFunctions.cpp:AK::ScopeGuard<Line::Editor::edit_in_external_editor()::$_0>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Line::Editor&)>::operator()(Line::Editor&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (Line::CompletionSuggestion const&, unsigned long)>::operator()(Line::CompletionSuggestion const&, unsigned long) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<bool, AK::Error> (AK::StringView)>::operator()(AK::StringView) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (Core::DirectoryEntry const&, Core::Directory const&)>::operator()(Core::DirectoryEntry const&, Core::Directory const&) const::{lambda()#1}>::~ScopeGuard()
AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::IterationDecision, AK::Error> (Archive::ZipMember const&)>::operator()(Archive::ZipMember const&) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
2.83k
    {
23
2.83k
        m_callback();
24
2.83k
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::CSSRule const&)>::operator()(Web::CSS::CSSRule const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::CSSKeyframesRule const&)>::operator()(Web::CSS::CSSKeyframesRule const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::Parser::AtRule const&)>::operator()(Web::CSS::Parser::AtRule const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::Parser::QualifiedRule const&)>::operator()(Web::CSS::Parser::QualifiedRule const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Variant<Web::CSS::Parser::AtRule, Web::CSS::Parser::QualifiedRule> const&)>::operator()(AK::Variant<Web::CSS::Parser::AtRule, Web::CSS::Parser::QualifiedRule> const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::Parser::Declaration const&)>::operator()(Web::CSS::Parser::Declaration const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::FontLoader const&)>::operator()(Web::CSS::FontLoader const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::PropertyID, Web::CSS::CSSStyleValue const&)>::operator()(Web::CSS::PropertyID, Web::CSS::CSSStyleValue const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Web::CSS::StyleComputer::MatchingFontCandidate const&)>::operator()(Web::CSS::StyleComputer::MatchingFontCandidate const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: StyleComputer.cpp:AK::ScopeGuard<Web::CSS::StyleComputer::compute_style_impl(Web::DOM::Element&, AK::Optional<Web::CSS::Selector::PseudoElement::Type>, Web::CSS::StyleComputer::ComputeStyleMode) const::$_0>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<Web::Bindings::CompositeOperationOrAuto> (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<AK::String> (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<AK::Optional<double> > (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::NonnullOwnPtr<Web::CSS::CalculationNode>&)>::operator()(AK::NonnullOwnPtr<Web::CSS::CalculationNode>&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::HTML::DocumentReadyState)>::operator()(Web::HTML::DocumentReadyState) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: Document.cpp:AK::ScopeGuard<Web::DOM::Document::completely_finish_loading()::$_0>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::CSSStyleSheet&, JS::GCPtr<Web::DOM::ShadowRoot>)>::operator()(Web::CSS::CSSStyleSheet&, JS::GCPtr<Web::DOM::ShadowRoot>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::DOM::ShadowRoot&)>::operator()(Web::DOM::ShadowRoot&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<void, AK::Error> (AK::NonnullRefPtr<Gfx::VectorFont>&)>::operator()(AK::NonnullRefPtr<Gfx::VectorFont>&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::DOM::Attr const&)>::operator()(Web::DOM::Attr const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::FlyString const&, AK::String const&)>::operator()(AK::FlyString const&, AK::String const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::CSSPixels (Web::Painting::PaintableBox const&)>::operator()(Web::Painting::PaintableBox const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::NonnullRefPtr<Web::CSS::CSSStyleValue const> ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::NonnullRefPtr<Web::CSS::CSSStyleValue const> (Web::CSS::BackgroundLayerData const&)>::operator()(Web::CSS::BackgroundLayerData const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Web::DOM::Element const&)>::operator()(Web::DOM::Element const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Web::DOM::Node const&)>::operator()(Web::DOM::Node const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::CSSStyleSheet&)>::operator()(Web::CSS::CSSStyleSheet&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (AK::String const&, AK::String const&)>::operator()(AK::String const&, AK::String const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: Headers.cpp:AK::ScopeGuard<Web::Fetch::Infrastructure::HeaderList::set(Web::Fetch::Infrastructure::Header)::$_1::operator()<Web::Fetch::Infrastructure::Header>(Web::Fetch::Infrastructure::Header const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::Detail::ByteBuffer<32ul> ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::Object const&)>::operator()(JS::Object const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: Blob.cpp:AK::ScopeGuard<Web::FileAPI::Blob::get_stream()::$_0::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Span<unsigned char>)>::operator()(AK::Span<unsigned char>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Value (Web::Bindings::KeyUsage const&)>::operator()(Web::Bindings::KeyUsage const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: EventLoop.cpp:AK::ScopeGuard<Web::HTML::EventLoop::process()::$_0>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<bool ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Web::HTML::Task const&)>::operator()(Web::HTML::Task const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::Layout::Node const&)>::operator()(Web::Layout::Node const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>)>::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: Fetching.cpp:AK::ScopeGuard<Web::Fetch::Fetching::http_network_or_cache_fetch(JS::Realm&, Web::Fetch::Infrastructure::FetchParams const&, Web::Fetch::Fetching::IsAuthenticationFetch, Web::Fetch::Fetching::IsNewConnectionFetch)::$_0>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<Web::WebIDL::ExceptionOr<JS::NonnullGCPtr<Web::Fetch::Fetching::PendingResponse> > ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >)>::operator()(JS::NonnullGCPtr<Web::Fetch::Infrastructure::Response>, AK::Variant<AK::Empty, Web::Fetch::Infrastructure::FetchAlgorithms::ConsumeBodyFailureTag, AK::Detail::ByteBuffer<32ul> >) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::String)>::operator()(AK::String) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: HTMLMediaElement.cpp:AK::ScopeGuard<Web::HTML::HTMLMediaElement::set_ready_state(Web::HTML::HTMLMediaElement::ReadyState)::$_0>::~ScopeGuard()
Unexecuted instantiation: HTMLMediaElement.cpp:AK::ScopeGuard<Web::HTML::HTMLMediaElement::dispatch_time_update_event()::$_0>::~ScopeGuard()
Unexecuted instantiation: HTMLVideoElement.cpp:AK::ScopeGuard<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()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::HTML::MessagePort&)>::operator()(Web::HTML::MessagePort&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::NonnullGCPtr<Web::HTML::Navigable> (JS::GCPtr<Web::HTML::BrowsingContext>)>::operator()(JS::GCPtr<Web::HTML::BrowsingContext>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::IterationDecision (Web::HTML::HTMLToken::Attribute const&)>::operator()(Web::HTML::HTMLToken::Attribute const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::IterationDecision (Web::HTML::HTMLToken::Attribute&)>::operator()(Web::HTML::HTMLToken::Attribute&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<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> >)>)>::operator()(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> >)>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::GCPtr<Web::HTML::Script>)>::operator()(JS::GCPtr<Web::HTML::Script>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::HTML::ModuleMap::Entry)>::operator()(Web::HTML::ModuleMap::Entry) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (unsigned int)>::operator()(unsigned int) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>)>::operator()(bool, JS::NonnullGCPtr<Web::HTML::SessionHistoryEntry>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (double)>::operator()(double) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Completion (JS::NonnullGCPtr<Web::RequestIdleCallback::IdleDeadline>)>::operator()(JS::NonnullGCPtr<Web::RequestIdleCallback::IdleDeadline>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: EventSource.cpp:AK::ScopeGuard<Web::HTML::EventSource::reestablish_the_connection()::$_0::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSSPixels)>::operator()(Web::CSSPixels) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::CSS::GridTrackSizeList const&)>::operator()(Web::CSS::GridTrackSizeList const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: TreeBuilder.cpp:AK::ScopeGuard<Web::Layout::TreeBuilder::create_layout_tree(Web::DOM::Node&, Web::Layout::TreeBuilder::Context&)::$_1>::~ScopeGuard()
Unexecuted instantiation: TreeBuilder.cpp:AK::ScopeGuard<Web::Layout::TreeBuilder::create_layout_tree(Web::DOM::Node&, Web::Layout::TreeBuilder::Context&)::$_0>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Web::ResourceClient&)>::operator()(Web::ResourceClient&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<void (HTTP::HeaderMap const&, AK::Optional<unsigned int>)>::operator()(HTTP::HeaderMap const&, AK::Optional<unsigned int>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<void (AK::Span<unsigned char const>)>::operator()(AK::Span<unsigned char const>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<void (AK::ByteString const&, AK::Optional<unsigned int>, AK::Span<unsigned char const>, HTTP::HeaderMap const&)>::operator()(AK::ByteString const&, AK::Optional<unsigned int>, AK::Span<unsigned char const>, HTTP::HeaderMap const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<void (AK::Span<unsigned char const>, HTTP::HeaderMap const&, AK::Optional<unsigned int>)>::operator()(AK::Span<unsigned char const>, HTTP::HeaderMap const&, AK::Optional<unsigned int>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<void ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<JS::SafeFunction<void (bool, AK::Optional<AK::StringView>)>::operator()(bool, AK::Optional<AK::StringView>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: DragAndDropEventHandler.cpp:AK::ScopeGuard<Web::DragAndDropEventHandler::handle_drag_end(JS::Realm&, Web::DragAndDropEventHandler::Cancelled, Gfx::Point<Web::CSSPixels>, Gfx::Point<Web::CSSPixels>, Gfx::Point<Web::CSSPixels>, Gfx::Point<Web::CSSPixels>, unsigned int, unsigned int, unsigned int)::$_0>::~ScopeGuard()
Unexecuted instantiation: Page.cpp:AK::ScopeGuard<Web::spin_event_loop_until_dialog_closed<AK::Empty>(Web::PageClient&, AK::Optional<AK::Empty>&, AK::SourceLocation)::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: Page.cpp:AK::ScopeGuard<Web::spin_event_loop_until_dialog_closed<bool>(Web::PageClient&, AK::Optional<bool>&, AK::SourceLocation)::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: Page.cpp:AK::ScopeGuard<Web::spin_event_loop_until_dialog_closed<AK::Optional<AK::String> >(Web::PageClient&, AK::Optional<AK::Optional<AK::String> >&, AK::SourceLocation)::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: DisplayListPlayerCPU.cpp:AK::ScopeGuard<Web::Painting::DisplayListPlayerCPU::pop_stacking_context(Web::Painting::PopStackingContext const&)::$_0>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::TraversalDecision (Web::Painting::HitTestResult)>::operator()(Web::Painting::HitTestResult) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<AK::ErrorOr<AK::NonnullOwnPtr<Web::Platform::AudioCodecPlugin>, AK::Error> (AK::NonnullRefPtr<Audio::Loader>)>::operator()(AK::NonnullRefPtr<Audio::Loader>) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&)>::operator()(AK::Variant<JS::NonnullGCPtr<Web::Streams::ReadableStreamDefaultReader>, JS::NonnullGCPtr<Web::Streams::ReadableStreamBYOBReader> > const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::Completion (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::NonnullGCPtr<JS::PromiseCapability> ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<JS::Value> ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::NonnullGCPtr<JS::PromiseCapability> (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool)>::operator()(JS::NonnullGCPtr<Web::WebIDL::ArrayBufferView>, bool) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<void> (JS::Value&)>::operator()(JS::Value&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<void> ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Web::WebIDL::ExceptionOr<JS::Value> (JS::Value)>::operator()(JS::Value) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Vector<JS::Value, 0ul> const&)>::operator()(AK::Vector<JS::Value, 0ul> const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<JS::ThrowCompletionOr<void> (AK::String const&, AK::Variant<JS::Handle<Web::FileAPI::File>, AK::String> const&)>::operator()(AK::String const&, AK::Variant<JS::Handle<Web::FileAPI::File>, AK::String> const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::Error)>::operator()(AK::Error) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (Media::DecoderError)>::operator()(Media::DecoderError) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<void (AK::RefPtr<Gfx::Bitmap>)>::operator()(AK::RefPtr<Gfx::Bitmap>) const::{lambda()#1}>::~ScopeGuard()
AK::ScopeGuard<AK::Function<float (float)>::operator()(float) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
128
    {
23
128
        m_callback();
24
128
    }
AK::ScopeGuard<AK::Function<AK::ErrorOr<void, Media::DecoderError> ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
32
    {
23
32
        m_callback();
24
32
    }
AK::ScopeGuard<AK::Function<unsigned char (unsigned char)>::operator()(unsigned char) const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
37.0M
    {
23
37.0M
        m_callback();
24
37.0M
    }
AK::ScopeGuard<AK::Function<long ()>::operator()() const::{lambda()#1}>::~ScopeGuard()
Line
Count
Source
22
32
    {
23
32
        m_callback();
24
32
    }
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Wasm::Configuration&, AK::DistinctNumeric<unsigned long, Wasm::__InstructionPointer_tag, AK::DistinctNumericFeature::Arithmetic, AK::DistinctNumericFeature::Comparison, AK::DistinctNumericFeature::Flags, AK::DistinctNumericFeature::Increment>&, Wasm::Instruction const&)>::operator()(Wasm::Configuration&, AK::DistinctNumeric<unsigned long, Wasm::__InstructionPointer_tag, AK::DistinctNumericFeature::Arithmetic, AK::DistinctNumericFeature::Comparison, AK::DistinctNumericFeature::Flags, AK::DistinctNumericFeature::Increment>&, Wasm::Instruction const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<bool (Wasm::Configuration&, AK::DistinctNumeric<unsigned long, Wasm::__InstructionPointer_tag, AK::DistinctNumericFeature::Arithmetic, AK::DistinctNumericFeature::Comparison, AK::DistinctNumericFeature::Flags, AK::DistinctNumericFeature::Increment>&, Wasm::Instruction const&, Wasm::Interpreter const&)>::operator()(Wasm::Configuration&, AK::DistinctNumeric<unsigned long, Wasm::__InstructionPointer_tag, AK::DistinctNumericFeature::Arithmetic, AK::DistinctNumericFeature::Comparison, AK::DistinctNumericFeature::Flags, AK::DistinctNumericFeature::Increment>&, Wasm::Instruction const&, Wasm::Interpreter const&) const::{lambda()#1}>::~ScopeGuard()
Unexecuted instantiation: AK::ScopeGuard<AK::Function<Wasm::Result (Wasm::Configuration&, AK::Vector<Wasm::Value, 0ul>&)>::operator()(Wasm::Configuration&, AK::Vector<Wasm::Value, 0ul>&) const::{lambda()#1}>::~ScopeGuard()
Parser.cpp:AK::ScopeGuard<SQL::AST::Parser::parse_table_or_subquery()::$_0>::~ScopeGuard()
Line
Count
Source
22
8.13M
    {
23
8.13M
        m_callback();
24
8.13M
    }
25
26
private:
27
    Callback m_callback;
28
};
29
30
template<typename Callback>
31
class ArmedScopeGuard {
32
public:
33
    ArmedScopeGuard(Callback callback)
34
343M
        : m_callback(move(callback))
35
343M
    {
36
343M
    }
Unexecuted instantiation: FloatingPointStringConversions.cpp:AK::ArmedScopeGuard<AK::parse_hexfloat(char const*)::$_0::operator()() const::{lambda()#1}>::ArmedScopeGuard({lambda()#1})
FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_26parse_first_floating_pointITkNS_8Concepts13FloatingPointEdEENS_25FloatingPointParseResultsIT_EEPKcS8_EUlS8_E_ZNS2_ITkNS3_13FloatingPointEdEES6_S8_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_EC2ESE_
Line
Count
Source
34
259k
        : m_callback(move(callback))
35
259k
    {
36
259k
    }
Unexecuted instantiation: FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_26parse_first_floating_pointITkNS_8Concepts13FloatingPointEfEENS_25FloatingPointParseResultsIT_EEPKcS8_EUlS8_E_ZNS2_ITkNS3_13FloatingPointEfEES6_S8_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_EC2ESE_
Unexecuted instantiation: FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_47parse_first_floating_point_until_zero_characterITkNS_8Concepts13FloatingPointEdEENS_25FloatingPointParseResultsIT_EEPKcEUlS8_E_ZNS2_ITkNS3_13FloatingPointEdEES6_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_EC2ESE_
Unexecuted instantiation: FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_47parse_first_floating_point_until_zero_characterITkNS_8Concepts13FloatingPointEfEENS_25FloatingPointParseResultsIT_EEPKcEUlS8_E_ZNS2_ITkNS3_13FloatingPointEfEES6_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_EC2ESE_
FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_31parse_floating_point_completelyITkNS_8Concepts13FloatingPointEdEENS_8OptionalIT_EEPKcS8_EUlS8_E_ZNS2_ITkNS3_13FloatingPointEdEES6_S8_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_EC2ESE_
Line
Count
Source
34
205k
        : m_callback(move(callback))
35
205k
    {
36
205k
    }
Unexecuted instantiation: FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_31parse_floating_point_completelyITkNS_8Concepts13FloatingPointEfEENS_8OptionalIT_EEPKcS8_EUlS8_E_ZNS2_ITkNS3_13FloatingPointEfEES6_S8_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_EC2ESE_
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEhEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_EC2ES8_
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEaEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_EC2ES8_
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEtEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_EC2ES8_
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEsEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_EC2ES8_
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEjEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_EC2ES8_
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEiEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_EC2ES8_
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEmEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_EC2ES8_
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralElEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_EC2ES8_
AK::ArmedScopeGuard<XML::Parser::rollback_point(AK::SourceLocation)::{lambda()#1}>::ArmedScopeGuard({lambda()#1})
Line
Count
Source
34
338M
        : m_callback(move(callback))
35
338M
    {
36
338M
    }
Unexecuted instantiation: AST.cpp:AK::ArmedScopeGuard<JS::ClassExpression::create_class_constructor(JS::VM&, JS::Environment*, JS::Environment*, JS::Value, AK::Span<JS::Value const>, AK::Optional<AK::DeprecatedFlyString> const&, AK::DeprecatedFlyString const&) const::$_2>::ArmedScopeGuard(JS::ClassExpression::create_class_constructor(JS::VM&, JS::Environment*, JS::Environment*, JS::Value, AK::Span<JS::Value const>, AK::Optional<AK::DeprecatedFlyString> const&, AK::DeprecatedFlyString const&) const::$_2)
Parser.cpp:AK::ArmedScopeGuard<JS::Parser::try_parse_arrow_function_expression(bool, bool)::$_3>::ArmedScopeGuard(JS::Parser::try_parse_arrow_function_expression(bool, bool)::$_3)
Line
Count
Source
34
566
        : m_callback(move(callback))
35
566
    {
36
566
    }
Parser.cpp:AK::ArmedScopeGuard<JS::Parser::try_parse_labelled_statement(JS::Parser::AllowLabelledFunction)::$_0>::ArmedScopeGuard(JS::Parser::try_parse_labelled_statement(JS::Parser::AllowLabelledFunction)::$_0)
Line
Count
Source
34
220
        : m_callback(move(callback))
35
220
    {
36
220
    }
Unexecuted instantiation: Parser.cpp:AK::ArmedScopeGuard<JS::Parser::try_parse_new_target_expression()::$_0>::ArmedScopeGuard(JS::Parser::try_parse_new_target_expression()::$_0)
Unexecuted instantiation: Parser.cpp:AK::ArmedScopeGuard<JS::Parser::try_parse_import_meta_expression()::$_0>::ArmedScopeGuard(JS::Parser::try_parse_import_meta_expression()::$_0)
Unexecuted instantiation: ArrayPrototype.cpp:AK::ArmedScopeGuard<JS::ArrayPrototype::join(JS::VM&)::$_0>::ArmedScopeGuard(JS::ArrayPrototype::join(JS::VM&)::$_0)
Unexecuted instantiation: ArrayPrototype.cpp:AK::ArmedScopeGuard<JS::ArrayPrototype::to_locale_string(JS::VM&)::$_0>::ArmedScopeGuard(JS::ArrayPrototype::to_locale_string(JS::VM&)::$_0)
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_union(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0>::ArmedScopeGuard(regex::ECMA262Parser::parse_class_union(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0)
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_intersection(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0>::ArmedScopeGuard(regex::ECMA262Parser::parse_class_intersection(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0)
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_subtraction(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0>::ArmedScopeGuard(regex::ECMA262Parser::parse_class_subtraction(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0)
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_set_range(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0>::ArmedScopeGuard(regex::ECMA262Parser::parse_class_set_range(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0)
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_set_character()::$_1>::ArmedScopeGuard(regex::ECMA262Parser::parse_class_set_character()::$_1)
PosixParser.cpp:AK::ArmedScopeGuard<Shell::Posix::Parser::parse_function_definition()::$_0>::ArmedScopeGuard(Shell::Posix::Parser::parse_function_definition()::$_0)
Line
Count
Source
34
4.73M
        : m_callback(move(callback))
35
4.73M
    {
36
4.73M
    }
Unexecuted instantiation: Editor.cpp:AK::ArmedScopeGuard<Line::Editor::handle_read_event()::$_1>::ArmedScopeGuard(Line::Editor::handle_read_event()::$_1)
Text.cpp:AK::ArmedScopeGuard<Markdown::Text::parse_link(AK::SimpleIterator<AK::Vector<Markdown::Text::Token, 0ul> const, Markdown::Text::Token const>&)::$_0::operator()(AK::StringView) const::{lambda()#1}>::ArmedScopeGuard({lambda()#1})
Line
Count
Source
34
65.4k
        : m_callback(move(callback))
35
65.4k
    {
36
65.4k
    }
37
38
    ~ArmedScopeGuard()
39
343M
    {
40
343M
        if (m_armed)
41
93.3M
            m_callback();
42
343M
    }
Unexecuted instantiation: FloatingPointStringConversions.cpp:AK::ArmedScopeGuard<AK::parse_hexfloat(char const*)::$_0::operator()() const::{lambda()#1}>::~ArmedScopeGuard()
FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_26parse_first_floating_pointITkNS_8Concepts13FloatingPointEdEENS_25FloatingPointParseResultsIT_EEPKcS8_EUlS8_E_ZNS2_ITkNS3_13FloatingPointEdEES6_S8_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_ED2Ev
Line
Count
Source
39
259k
    {
40
259k
        if (m_armed)
41
21
            m_callback();
42
259k
    }
Unexecuted instantiation: FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_26parse_first_floating_pointITkNS_8Concepts13FloatingPointEfEENS_25FloatingPointParseResultsIT_EEPKcS8_EUlS8_E_ZNS2_ITkNS3_13FloatingPointEfEES6_S8_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_ED2Ev
Unexecuted instantiation: FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_47parse_first_floating_point_until_zero_characterITkNS_8Concepts13FloatingPointEdEENS_25FloatingPointParseResultsIT_EEPKcEUlS8_E_ZNS2_ITkNS3_13FloatingPointEdEES6_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_ED2Ev
Unexecuted instantiation: FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_47parse_first_floating_point_until_zero_characterITkNS_8Concepts13FloatingPointEfEENS_25FloatingPointParseResultsIT_EEPKcEUlS8_E_ZNS2_ITkNS3_13FloatingPointEfEES6_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_ED2Ev
FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_31parse_floating_point_completelyITkNS_8Concepts13FloatingPointEdEENS_8OptionalIT_EEPKcS8_EUlS8_E_ZNS2_ITkNS3_13FloatingPointEdEES6_S8_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_ED2Ev
Line
Count
Source
39
205k
    {
40
205k
        if (m_armed)
41
0
            m_callback();
42
205k
    }
Unexecuted instantiation: FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_31parse_floating_point_completelyITkNS_8Concepts13FloatingPointEfEENS_8OptionalIT_EEPKcS8_EUlS8_E_ZNS2_ITkNS3_13FloatingPointEfEES6_S8_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_ED2Ev
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEhEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_ED2Ev
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEaEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_ED2Ev
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEtEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_ED2Ev
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEsEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_ED2Ev
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEjEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_ED2Ev
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEiEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_ED2Ev
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEmEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_ED2Ev
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralElEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_ED2Ev
AK::ArmedScopeGuard<XML::Parser::rollback_point(AK::SourceLocation)::{lambda()#1}>::~ArmedScopeGuard()
Line
Count
Source
39
338M
    {
40
338M
        if (m_armed)
41
88.5M
            m_callback();
42
338M
    }
Unexecuted instantiation: AST.cpp:AK::ArmedScopeGuard<JS::ClassExpression::create_class_constructor(JS::VM&, JS::Environment*, JS::Environment*, JS::Value, AK::Span<JS::Value const>, AK::Optional<AK::DeprecatedFlyString> const&, AK::DeprecatedFlyString const&) const::$_2>::~ArmedScopeGuard()
Parser.cpp:AK::ArmedScopeGuard<JS::Parser::try_parse_arrow_function_expression(bool, bool)::$_3>::~ArmedScopeGuard()
Line
Count
Source
39
566
    {
40
566
        if (m_armed)
41
187
            m_callback();
42
566
    }
Parser.cpp:AK::ArmedScopeGuard<JS::Parser::try_parse_labelled_statement(JS::Parser::AllowLabelledFunction)::$_0>::~ArmedScopeGuard()
Line
Count
Source
39
220
    {
40
220
        if (m_armed)
41
0
            m_callback();
42
220
    }
Unexecuted instantiation: Parser.cpp:AK::ArmedScopeGuard<JS::Parser::try_parse_new_target_expression()::$_0>::~ArmedScopeGuard()
Unexecuted instantiation: Parser.cpp:AK::ArmedScopeGuard<JS::Parser::try_parse_import_meta_expression()::$_0>::~ArmedScopeGuard()
Unexecuted instantiation: ArrayPrototype.cpp:AK::ArmedScopeGuard<JS::ArrayPrototype::join(JS::VM&)::$_0>::~ArmedScopeGuard()
Unexecuted instantiation: ArrayPrototype.cpp:AK::ArmedScopeGuard<JS::ArrayPrototype::to_locale_string(JS::VM&)::$_0>::~ArmedScopeGuard()
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_union(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0>::~ArmedScopeGuard()
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_intersection(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0>::~ArmedScopeGuard()
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_subtraction(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0>::~ArmedScopeGuard()
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_set_range(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0>::~ArmedScopeGuard()
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_set_character()::$_1>::~ArmedScopeGuard()
PosixParser.cpp:AK::ArmedScopeGuard<Shell::Posix::Parser::parse_function_definition()::$_0>::~ArmedScopeGuard()
Line
Count
Source
39
4.73M
    {
40
4.73M
        if (m_armed)
41
4.73M
            m_callback();
42
4.73M
    }
Unexecuted instantiation: Editor.cpp:AK::ArmedScopeGuard<Line::Editor::handle_read_event()::$_1>::~ArmedScopeGuard()
Text.cpp:AK::ArmedScopeGuard<Markdown::Text::parse_link(AK::SimpleIterator<AK::Vector<Markdown::Text::Token, 0ul> const, Markdown::Text::Token const>&)::$_0::operator()(AK::StringView) const::{lambda()#1}>::~ArmedScopeGuard()
Line
Count
Source
39
65.4k
    {
40
65.4k
        if (m_armed)
41
64.5k
            m_callback();
42
65.4k
    }
43
44
250M
    void disarm() { m_armed = false; }
Unexecuted instantiation: FloatingPointStringConversions.cpp:AK::ArmedScopeGuard<AK::parse_hexfloat(char const*)::$_0::operator()() const::{lambda()#1}>::disarm()
FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_26parse_first_floating_pointITkNS_8Concepts13FloatingPointEdEENS_25FloatingPointParseResultsIT_EEPKcS8_EUlS8_E_ZNS2_ITkNS3_13FloatingPointEdEES6_S8_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_E6disarmEv
Line
Count
Source
44
259k
    void disarm() { m_armed = false; }
Unexecuted instantiation: FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_26parse_first_floating_pointITkNS_8Concepts13FloatingPointEfEENS_25FloatingPointParseResultsIT_EEPKcS8_EUlS8_E_ZNS2_ITkNS3_13FloatingPointEfEES6_S8_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_E6disarmEv
Unexecuted instantiation: FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_47parse_first_floating_point_until_zero_characterITkNS_8Concepts13FloatingPointEdEENS_25FloatingPointParseResultsIT_EEPKcEUlS8_E_ZNS2_ITkNS3_13FloatingPointEdEES6_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_E6disarmEv
Unexecuted instantiation: FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_47parse_first_floating_point_until_zero_characterITkNS_8Concepts13FloatingPointEfEENS_25FloatingPointParseResultsIT_EEPKcEUlS8_E_ZNS2_ITkNS3_13FloatingPointEfEES6_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_E6disarmEv
FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_31parse_floating_point_completelyITkNS_8Concepts13FloatingPointEdEENS_8OptionalIT_EEPKcS8_EUlS8_E_ZNS2_ITkNS3_13FloatingPointEdEES6_S8_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_E6disarmEv
Line
Count
Source
44
205k
    void disarm() { m_armed = false; }
Unexecuted instantiation: FloatingPointStringConversions.cpp:_ZN2AK15ArmedScopeGuardIZZNS_L13parse_numbersIZNS_31parse_floating_point_completelyITkNS_8Concepts13FloatingPointEfEENS_8OptionalIT_EEPKcS8_EUlS8_E_ZNS2_ITkNS3_13FloatingPointEfEES6_S8_S8_EUlS8_E0_EENS_16BasicParseResultES8_S5_T0_ENKUlvE_clEvEUlvE_E6disarmEv
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEhEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_E6disarmEv
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEaEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_E6disarmEv
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEtEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_E6disarmEv
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEsEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_E6disarmEv
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEjEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_E6disarmEv
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEiEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_E6disarmEv
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralEmEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_E6disarmEv
Unexecuted instantiation: _ZN2AK15ArmedScopeGuardIZNS_12GenericLexer23consume_decimal_integerITkNS_8Concepts8IntegralElEENS_7ErrorOrIT_NS_5ErrorEEEvEUlvE_E6disarmEv
AK::ArmedScopeGuard<XML::Parser::rollback_point(AK::SourceLocation)::{lambda()#1}>::disarm()
Line
Count
Source
44
249M
    void disarm() { m_armed = false; }
Unexecuted instantiation: AST.cpp:AK::ArmedScopeGuard<JS::ClassExpression::create_class_constructor(JS::VM&, JS::Environment*, JS::Environment*, JS::Value, AK::Span<JS::Value const>, AK::Optional<AK::DeprecatedFlyString> const&, AK::DeprecatedFlyString const&) const::$_2>::disarm()
Parser.cpp:AK::ArmedScopeGuard<JS::Parser::try_parse_arrow_function_expression(bool, bool)::$_3>::disarm()
Line
Count
Source
44
379
    void disarm() { m_armed = false; }
Parser.cpp:AK::ArmedScopeGuard<JS::Parser::try_parse_labelled_statement(JS::Parser::AllowLabelledFunction)::$_0>::disarm()
Line
Count
Source
44
220
    void disarm() { m_armed = false; }
Unexecuted instantiation: Parser.cpp:AK::ArmedScopeGuard<JS::Parser::try_parse_new_target_expression()::$_0>::disarm()
Unexecuted instantiation: Parser.cpp:AK::ArmedScopeGuard<JS::Parser::try_parse_import_meta_expression()::$_0>::disarm()
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_union(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0>::disarm()
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_intersection(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0>::disarm()
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_subtraction(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0>::disarm()
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_set_range(AK::Vector<regex::CompareTypeAndValuePair, 0ul>&)::$_0>::disarm()
Unexecuted instantiation: RegexParser.cpp:AK::ArmedScopeGuard<regex::ECMA262Parser::parse_class_set_character()::$_1>::disarm()
PosixParser.cpp:AK::ArmedScopeGuard<Shell::Posix::Parser::parse_function_definition()::$_0>::disarm()
Line
Count
Source
44
92
    void disarm() { m_armed = false; }
Unexecuted instantiation: Editor.cpp:AK::ArmedScopeGuard<Line::Editor::handle_read_event()::$_1>::disarm()
Text.cpp:AK::ArmedScopeGuard<Markdown::Text::parse_link(AK::SimpleIterator<AK::Vector<Markdown::Text::Token, 0ul> const, Markdown::Text::Token const>&)::$_0::operator()(AK::StringView) const::{lambda()#1}>::disarm()
Line
Count
Source
44
850
    void disarm() { m_armed = false; }
45
46
private:
47
    Callback m_callback;
48
    bool m_armed { true };
49
};
50
51
}
52
53
#if USING_AK_GLOBALLY
54
using AK::ArmedScopeGuard;
55
using AK::ScopeGuard;
56
#endif