/* * Copyright (c) 2020-2022, Andreas Kling * * SPDX-License-Identifier: BSD-2-Clause */ #include namespace JS { void Cell::initialize(Realm&) { } }