// Copyright 2022 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_TEST_COMMON_CODE_ASSEMBLER_TESTER_H_ #define V8_TEST_COMMON_CODE_ASSEMBLER_TESTER_H_ #include "src/codegen/assembler.h" #include "src/codegen/interface-descriptors.h" #include "src/compiler/code-assembler.h" #include "src/compiler/raw-machine-assembler.h" #include "src/execution/isolate.h" #include "src/handles/handles.h" namespace v8 { namespace internal { namespace compiler { class CodeAssemblerTester { … }; } // namespace compiler } // namespace internal } // namespace v8 #endif // V8_TEST_COMMON_CODE_ASSEMBLER_TESTER_H_