chromium/v8/src/heap/cppgc/heap-object-header.cc

// Copyright 2020 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/heap-object-header.h"

#include "include/cppgc/internal/api-constants.h"
#include "src/base/macros.h"
#include "src/base/sanitizer/asan.h"
#include "src/heap/cppgc/gc-info-table.h"
#include "src/heap/cppgc/heap-base.h"
#include "src/heap/cppgc/heap-page.h"

namespace cppgc {
namespace internal {

static_assert;

void HeapObjectHeader::CheckApiConstants() {}

void HeapObjectHeader::Finalize() {}

HeapObjectName HeapObjectHeader::GetName() const {}

HeapObjectName HeapObjectHeader::GetName(
    HeapObjectNameForUnnamedObject heap_object_name) const {}

}  // namespace internal
}  // namespace cppgc