// 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/fxv8_unittest.h" #include <memory> #include "fxjs/cfx_v8_array_buffer_allocator.h" #include "v8/include/v8-isolate.h" void FXV8UnitTest::V8IsolateDeleter::operator()(v8::Isolate* ptr) const { … } FXV8UnitTest::FXV8UnitTest() = default; FXV8UnitTest::~FXV8UnitTest() = default; void FXV8UnitTest::SetUp() { … }