![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#include <snapshot-source-sink.h>
Public Member Functions | |
| SnapshotByteSource (const char *data, int length) | |
| SnapshotByteSource (Vector< const byte > payload) | |
| bool | HasMore () |
| byte | Get () |
| void | Advance (int by) |
| void | CopyRaw (byte *to, int number_of_bytes) |
| int | GetInt () |
| int | GetBlob (const byte **data) |
| int | position () |
| void | set_position (int position) |
Source to read snapshot and builtins files from.
Note: Memory ownership remains with callee.
Definition at line 20 of file snapshot-source-sink.h.