blob: 97672b01039a3f3c57c497fc4f7ada6b3ee4f343 [file] [log] [blame] [edit]
// 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_