1 // Copyright 2019 the V8 project authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 #include "debug-helper-internal.h" 6 #include "torque-generated/class-debug-readers.h" 7 8 namespace di = v8::internal::debug_helper_internal; 9 10 extern "C" { 11 V8_DEBUG_HELPER_EXPORT const d::ClassList* _v8_debug_helper_ListObjectClasses()12_v8_debug_helper_ListObjectClasses() { 13 return &di::kObjectClassList; 14 } 15 } 16