chromium/v8/test/cctest/wasm/test-backing-store.cc

// 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 "src/api/api-inl.h"
#include "src/objects/backing-store.h"
#include "src/wasm/wasm-objects.h"
#include "test/cctest/cctest.h"
#include "test/cctest/heap/heap-utils.h"
#include "test/cctest/manually-externalized-buffer.h"

namespace v8 {
namespace internal {
namespace wasm {

ManuallyExternalizedBuffer;

TEST(Run_WasmModule_Buffer_Externalized_Detach) {}

TEST(Run_WasmModule_Buffer_Externalized_Regression_UseAfterFree) {}

#if V8_TARGET_ARCH_64_BIT
TEST(BackingStore_Reclaim) {}
#endif

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