V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8-value-serializer-version.h
1
// Copyright 2017 the V8 project authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
13
#ifndef INCLUDE_V8_VALUE_SERIALIZER_VERSION_H_
14
#define INCLUDE_V8_VALUE_SERIALIZER_VERSION_H_
15
16
#include <stdint.h>
17
18
namespace
v8
{
19
20
constexpr
uint32_t
CurrentValueSerializerFormatVersion() {
return
13; }
21
22
}
// namespace v8
23
24
#endif // INCLUDE_V8_VALUE_SERIALIZER_VERSION_H_
v8
Definition:
libplatform.h:13
uint32_t
v8
include
v8-value-serializer-version.h
Generated on Tue Dec 25 2018 14:37:55 by
1.8.14