// 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/snapshot/snapshot-utils.h" #include "src/base/sanitizer/msan.h" #ifdef V8_USE_ZLIB #include "third_party/zlib/zlib.h" #endif namespace v8 { namespace internal { uint32_t Checksum(base::Vector<const uint8_t> payload) { … } } // namespace internal } // namespace v8