/* * Copyright (c) 2020, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ #include namespace Web::Namespace { #define __ENUMERATE_NAMESPACE(name, namespace_) \ FlyString const& name = *new FlyString(namespace_##_fly_string); ENUMERATE_NAMESPACES #undef __ENUMERATE_NAMESPACE }