/*
 * Copyright (c) 2023, Andreas Kling <kling@serenityos.org>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#include <LibJS/Runtime/Accessor.h>

namespace JS {

JS_DEFINE_ALLOCATOR(Accessor);

}