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 #ifndef V8_BUILTINS_TORQUE_CSA_HEADER_INCLUDES_H_ 6 #define V8_BUILTINS_TORQUE_CSA_HEADER_INCLUDES_H_ 7 8 // This file is included by Torque-generated CSA headers and contains 9 // includes necessary for these headers. 10 11 #include "src/builtins/builtins-promise.h" 12 #include "src/builtins/builtins-proxy-gen.h" 13 #include "src/codegen/code-stub-assembler.h" 14 #include "src/compiler/code-assembler.h" 15 #include "src/utils/utils.h" 16 #include "torque-generated/csa-types.h" 17 #include "torque-generated/field-offsets.h" 18 19 #endif // V8_BUILTINS_TORQUE_CSA_HEADER_INCLUDES_H_ 20