v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::SerializerDeserializer::VariableRepeatRootCount Struct Reference

#include <serializer-deserializer.h>

Collaboration diagram for v8::internal::SerializerDeserializer::VariableRepeatRootCount:

Static Public Member Functions

static constexpr bool IsEncodable (int repeat_count)
 
static constexpr int Encode (int repeat_count)
 
static constexpr int Decode (int value)
 

Detailed Description

Definition at line 259 of file serializer-deserializer.h.

Member Function Documentation

◆ Decode()

static constexpr int v8::internal::SerializerDeserializer::VariableRepeatRootCount::Decode ( int value)
inlinestaticconstexpr

Definition at line 269 of file serializer-deserializer.h.

◆ Encode()

static constexpr int v8::internal::SerializerDeserializer::VariableRepeatRootCount::Encode ( int repeat_count)
inlinestaticconstexpr

Definition at line 264 of file serializer-deserializer.h.

Here is the call graph for this function:

◆ IsEncodable()

static constexpr bool v8::internal::SerializerDeserializer::VariableRepeatRootCount::IsEncodable ( int repeat_count)
inlinestaticconstexpr

Definition at line 260 of file serializer-deserializer.h.

Here is the caller graph for this function:

The documentation for this struct was generated from the following file: