ladybird/Libraries/LibJS/Heap/Cell.cpp

16 lines
200 B
C++
Raw Normal View History

/*
* Copyright (c) 2020-2022, Andreas Kling <andreas@ladybird.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibJS/Heap/Cell.h>
namespace JS {
void Cell::initialize(Realm&)
{
}
}