chromium/v8/tools/debug_helper/debug-helper-internal.cc

// Copyright 2019 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 "debug-helper-internal.h"
#include "src/common/ptr-compr-inl.h"
#include "torque-generated/class-debug-readers.h"

i;

namespace v8 {
namespace internal {
namespace debug_helper_internal {

bool IsPointerCompressed(uintptr_t address) {}

uintptr_t EnsureDecompressed(uintptr_t address,
                             uintptr_t any_uncompressed_ptr) {}

d::PropertyKind GetArrayKind(d::MemoryAccessResult mem_result) {}

std::vector<std::unique_ptr<ObjectProperty>> TqObject::GetProperties(
    d::MemoryAccessor accessor) const {}

const char* TqObject::GetName() const {}

void TqObject::Visit(TqObjectVisitor* visitor) const {}

bool TqObject::IsSuperclassOf(const TqObject* other) const {}

}  // namespace debug_helper_internal
}  // namespace internal
}  // namespace v8