#include <snapshot-source-sink.h>
|
std::vector< uint8_t > | data_ |
|
Sink to write snapshot files to.
Users must implement actual storage or i/o.
Definition at line 128 of file snapshot-source-sink.h.
◆ SnapshotByteSink() [1/2]
v8::internal::SnapshotByteSink::SnapshotByteSink |
( |
| ) |
|
|
default |
◆ SnapshotByteSink() [2/2]
v8::internal::SnapshotByteSink::SnapshotByteSink |
( |
int | initial_size | ) |
|
|
inlineexplicit |
◆ ~SnapshotByteSink()
v8::internal::SnapshotByteSink::~SnapshotByteSink |
( |
| ) |
|
|
default |
◆ Append()
◆ data()
const std::vector< uint8_t > * v8::internal::SnapshotByteSink::data |
( |
| ) |
const |
|
inline |
◆ Position()
int v8::internal::SnapshotByteSink::Position |
( |
| ) |
const |
|
inline |
◆ Put()
void v8::internal::SnapshotByteSink::Put |
( |
uint8_t | b, |
|
|
const char * | description ) |
|
inline |
◆ PutN()
void v8::internal::SnapshotByteSink::PutN |
( |
int | number_of_bytes, |
|
|
const uint8_t | v, |
|
|
const char * | description ) |
◆ PutRaw()
void v8::internal::SnapshotByteSink::PutRaw |
( |
const uint8_t * | data, |
|
|
int | number_of_bytes, |
|
|
const char * | description ) |
◆ PutUint30()
void v8::internal::SnapshotByteSink::PutUint30 |
( |
uint32_t | integer, |
|
|
const char * | description ) |
◆ PutUint32()
void v8::internal::SnapshotByteSink::PutUint32 |
( |
uint32_t | integer, |
|
|
const char * | description ) |
|
inline |
◆ data_
std::vector<uint8_t> v8::internal::SnapshotByteSink::data_ |
|
private |
The documentation for this class was generated from the following files: