| // Copyright 2024 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. |
| |
| #ifndef V8_INTERPRETER_INTERPRETER_GENERATOR_TSA_H_ |
| #define V8_INTERPRETER_INTERPRETER_GENERATOR_TSA_H_ |
| |
| #include "src/compiler/turboshaft/builtin-compiler.h" |
| |
| namespace v8::internal::interpreter { |
| |
| using BytecodeHandlerData = compiler::turboshaft::BytecodeHandlerData; |
| |
| } // namespace v8::internal::interpreter |
| |
| #endif // V8_INTERPRETER_INTERPRETER_GENERATOR_TSA_H_ |