// Copyright 2019 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. #include "test/wasm-api-tests/wasm-api-test.h" #include "src/execution/isolate.h" #include "src/heap/heap.h" #include "src/wasm/c-api.h" namespace v8 { namespace internal { namespace wasm { ExportType; GlobalType; MemoryType; TableType; namespace { const char* kFuncName = …; const char* kGlobalName = …; const char* kTableName = …; const char* kMemoryName = …; void ExpectName(const char* expected, const ::wasm::Name& name) { … } } // namespace TEST_F(WasmCapiTest, Reflect) { … } } // namespace wasm } // namespace internal } // namespace v8