// 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/fuzzers/xfa_process_state.h" #include "fxjs/gc/heap.h" #include "v8/include/libplatform/libplatform.h" XFAProcessState::XFAProcessState(v8::Platform* platform, v8::Isolate* isolate) : … { … } XFAProcessState::~XFAProcessState() { … } cppgc::Heap* XFAProcessState::GetHeap() const { … } void XFAProcessState::ForceGCAndPump() { … }