chromium/v8/src/handles/shared-object-conveyor-handles.cc

// 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/handles/shared-object-conveyor-handles.h"

#include "src/objects/objects-inl.h"

namespace v8 {
namespace internal {

// TODO(v8:12547): Currently the shared isolate owns all the conveyors. Change
// the owner to the main isolate once the shared isolate is removed.
SharedObjectConveyorHandles::SharedObjectConveyorHandles(Isolate* isolate)
    :{}

uint32_t SharedObjectConveyorHandles::Persist(
    Tagged<HeapObject> shared_object) {}

}  // namespace internal
}  // namespace v8