1 // Copyright 2020 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 #ifndef V8_OBJECTS_TORQUE_DEFINED_CLASSES_H_ 5 #define V8_OBJECTS_TORQUE_DEFINED_CLASSES_H_ 6 7 #include "src/objects/descriptor-array.h" 8 #include "src/objects/fixed-array.h" 9 #include "src/objects/heap-object.h" 10 #include "src/objects/megadom-handler.h" 11 #include "src/objects/objects.h" 12 13 // Has to be the last include (doesn't have include guards): 14 #include "src/objects/object-macros.h" 15 16 namespace v8 { 17 namespace internal { 18 19 #include "torque-generated/src/objects/torque-defined-classes-tq.inc" 20 21 } // namespace internal 22 } // namespace v8 23 24 #include "src/objects/object-macros-undef.h" 25 26 #endif // V8_OBJECTS_TORQUE_DEFINED_CLASSES_H_ 27