#include "src/base/platform/mutex.h"
#include "src/base/platform/platform.h"
#include "src/heap/heap.h"
#include "src/heap/local-heap.h"
#include "src/heap/parked-scope-inl.h"
#include "src/heap/safepoint.h"
#include "test/unittests/test-utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#if V8_CAN_CREATE_SHARED_HEAP_BOOL
namespace v8 {
namespace internal {
using GlobalSafepointTest = TestJSSharedMemoryWithNativeContext;
namespace {
class InfiniteLooperThread final : public ParkingThread { … };
}
TEST_F(GlobalSafepointTest, Interrupt) { … }
}
}
#endif