chromium/v8/test/unittests/common/thread-isolation-unittest.cc

// Copyright 2023 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/common/code-memory-access-inl.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace v8 {
namespace internal {

TEST(ThreadIsolation, ReuseJitPage) {}

TEST(ThreadIsolation, CatchJitPageOverlap) {}

TEST(ThreadIsolation, JitAllocation) {}

TEST(ThreadIsolation, CatchOOBJitAllocation) {}

TEST(ThreadIsolation, MergeJitPages) {}

TEST(ThreadIsolation, FreeRange) {}

TEST(ThreadIsolation, InvalidFreeRange) {}

}  // namespace internal
}  // namespace v8