// Copyright 2020 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "testing/fxgc_unittest.h" #include "fxjs/gc/heap.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/v8_test_environment.h" #include "v8/include/libplatform/libplatform.h" FXGCUnitTest::FXGCUnitTest() = default; FXGCUnitTest::~FXGCUnitTest() = default; void FXGCUnitTest::SetUp() { … } void FXGCUnitTest::TearDown() { … } void FXGCUnitTest::ForceGCAndPump() { … } void FXGCUnitTest::Pump() { … }