// Copyright 2022 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. #include "src/heap/cppgc-js/cross-heap-remembered-set.h" #include "src/api/api-inl.h" #include "src/handles/global-handles-inl.h" #include "src/heap/cppgc/heap-page.h" namespace v8::internal { void CrossHeapRememberedSet::RememberReferenceIfNeeded( Isolate& isolate, Tagged<JSObject> host_obj, void* cppgc_object) { … } void CrossHeapRememberedSet::Reset(Isolate& isolate) { … } } // namespace v8::internal