// 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 "heap-constants.h" #include "src/common/globals.h" #include "src/heap/memory-chunk.h" d; namespace v8 { namespace internal { namespace debug_helper_internal { std::string FindKnownObject(uintptr_t address, const d::HeapAddresses& heap_addresses) { … } KnownInstanceType FindKnownMapInstanceTypes( uintptr_t address, const d::HeapAddresses& heap_addresses) { … } } // namespace debug_helper_internal } // namespace internal } // namespace v8