V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#include <snapshot-source-sink.h>
Public Member Functions | |
SnapshotByteSink (int initial_size) | |
void | Put (byte b, const char *description) |
void | PutSection (int b, const char *description) |
void | PutInt (uintptr_t integer, const char *description) |
void | PutRaw (const byte *data, int number_of_bytes, const char *description) |
void | Append (const SnapshotByteSink &other) |
int | Position () const |
const std::vector< byte > * | data () const |
Sink to write snapshot files to.
Subclasses must implement actual storage or i/o.
Definition at line 83 of file snapshot-source-sink.h.