|
| SnapshotData (const Serializer *serializer) |
|
| SnapshotData (const Vector< const byte > snapshot) |
|
std::vector< Reservation > | Reservations () const |
|
virtual Vector< const byte > | Payload () const |
|
Vector< const byte > | RawData () const |
|
| SerializedData (byte *data, int size) |
|
| SerializedData (SerializedData &&other) V8_NOEXCEPT |
|
uint32_t | GetMagicNumber () const |
|
|
static const uint32_t | kNumReservationsOffset |
|
static const uint32_t | kPayloadLengthOffset |
|
static const uint32_t | kHeaderSize = kPayloadLengthOffset + kUInt32Size |
|
Definition at line 22 of file snapshot.h.
◆ kNumReservationsOffset
const uint32_t v8::internal::SnapshotData::kNumReservationsOffset |
|
staticprotected |
Initial value:=
kMagicNumberOffset + kUInt32Size
Definition at line 46 of file snapshot.h.
◆ kPayloadLengthOffset
const uint32_t v8::internal::SnapshotData::kPayloadLengthOffset |
|
staticprotected |
Initial value:=
kNumReservationsOffset + kUInt32Size
Definition at line 48 of file snapshot.h.
The documentation for this class was generated from the following files: