chromium/v8/test/unittests/heap/base/basic-slot-set-unittest.cc

// Copyright 2022 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "src/heap/base/basic-slot-set.h"

#include <limits>
#include <map>

#include "testing/gtest/include/gtest/gtest.h"

namespace heap {
namespace base {

static constexpr size_t kTestGranularity =;
TestSlotSet;
static constexpr size_t kTestPageSize =;
static constexpr size_t kBucketsTestPage =;

TEST(BasicSlotSet, InsertAndLookup1) {}

TEST(BasicSlotSet, InsertAndLookup2) {}

TEST(BasicSlotSet, Iterate) {}

TEST(BasicSlotSet, IterateFromHalfway) {}

TEST(BasicSlotSet, Remove) {}

namespace {
void CheckRemoveRangeOn(uint32_t start, uint32_t end) {}
}  // namespace

TEST(BasicSlotSet, RemoveRange) {}

}  // namespace base
}  // namespace heap