Sha256: bba34ac71b25e8582db0d75797a254f37589ca1e38ea3abe093c375e6f44f460
Contents?: true
Size: 648 Bytes
Versions: 81
Compression:
Stored size: 648 Bytes
Contents
// Copyright 2017 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. /** * Compile-time constants. * * This header provides access to information about the value serializer at * compile time, without declaring or defining any symbols that require linking * to V8. */ #ifndef INCLUDE_V8_VALUE_SERIALIZER_VERSION_H_ #define INCLUDE_V8_VALUE_SERIALIZER_VERSION_H_ #include <stdint.h> namespace v8 { constexpr uint32_t CurrentValueSerializerFormatVersion() { return 15; } } // namespace v8 #endif // INCLUDE_V8_VALUE_SERIALIZER_VERSION_H_
Version data entries
81 entries across 81 versions & 1 rubygems
Version | Path |
---|---|
libv8-node-18.8.0.0-x86_64-darwin | vendor/v8/include/v8-value-serializer-version.h |