• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5#include "src/objects/torque-defined-classes.h"
6
7// Classes defined in Torque that are not exported are attributed to this file,
8// independently of where they are actually defined. This gives them
9// corresponding C++ headers and removes the need to add another C++ header for
10// each file defining such a class.
11// In addition, classes defined in the test directory are also attributed to
12// here, because there is no directory corresponding to src/objects in test/ and
13// it would be confusing to add one there.
14
15// The corresponding C++ headers are:
16//  - src/objects/torque-defined-classes.h
17//  - src/objects/torque-defined-classes-inl.h
18