// Copyright 2021 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. #ifndef V8_HEAP_CPPGC_WRITE_BARRIER_H_ #define V8_HEAP_CPPGC_WRITE_BARRIER_H_ #include "include/cppgc/internal/write-barrier.h" #include "src/base/lazy-instance.h" #include "src/base/platform/mutex.h" namespace cppgc { namespace internal { class WriteBarrier::FlagUpdater final { … }; #if defined(CPPGC_YOUNG_GENERATION) class V8_EXPORT_PRIVATE YoungGenerationEnabler final { … }; #endif // defined(CPPGC_YOUNG_GENERATION) } // namespace internal } // namespace cppgc #endif // V8_HEAP_CPPGC_WRITE_BARRIER_H_