chromium/v8/test/cctest/wasm/test-compilation-cache.cc

// Copyright 2020 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 "src/api/api-inl.h"
#include "src/init/v8.h"

#include "src/wasm/streaming-decoder.h"
#include "src/wasm/wasm-code-manager.h"
#include "src/wasm/wasm-engine.h"
#include "src/wasm/wasm-module-builder.h"

#include "test/cctest/cctest.h"

#include "test/common/wasm/test-signatures.h"
#include "test/common/wasm/wasm-macro-gen.h"

namespace v8 {
namespace internal {
namespace wasm {

namespace  // namespace

TEST(TestAsyncCache) {}

TEST(TestStreamingCache) {}

TEST(TestStreamingAndSyncCache) {}

void TestModuleSharingBetweenIsolates() {}

UNINITIALIZED_TEST(TwoIsolatesShareNativeModule) {}

UNINITIALIZED_TEST(TwoIsolatesShareNativeModuleWithPku) {}

}  // namespace wasm
}  // namespace internal
}  // namespace v8