// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "gin/public/cppgc.h" #include "base/check_op.h" #include "base/feature_list.h" #include "gin/gin_features.h" #include "gin/public/v8_platform.h" #include "v8/include/cppgc/platform.h" namespace gin { namespace { int g_init_count = …; } // namespace void InitializeCppgcFromV8Platform() { … } void MaybeShutdownCppgc() { … } } // namespace gin