#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 { … }
}
}
}