// Copyright 2015 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 TEST_SIGNATURES_H #define TEST_SIGNATURES_H #include "src/codegen/signature.h" #include "src/wasm/value-type.h" #include "src/wasm/wasm-opcodes.h" namespace v8 { namespace internal { namespace wasm { // A helper class with many useful signatures in order to simplify tests. class TestSignatures { … }; } // namespace wasm } // namespace internal } // namespace v8 #endif // TEST_SIGNATURES_H