blob: 7cd4b2610b3d53e3a3309f7308f96cf9b104e973 [file]
// Copyright 2020 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.
// Classes defined in Torque that are not exported are attributed to this file,
// independently of where they are actually defined. This gives them
// corresponding C++ headers and removes the need to add another C++ header for
// each file defining such a class.
// In addition, classes defined in the test directory are also attributed to
// here, because there is no directory corresponding to src/objects in test/ and
// it would be confusing to add one there.
// The corresponding C++ headers are no longer needed.