|
V8 Project
|
#include <snapshot-source-sink.h>
Inheritance diagram for v8::internal::DummySnapshotSink:
Collaboration diagram for v8::internal::DummySnapshotSink:Public Member Functions | |
| DummySnapshotSink () | |
| virtual | ~DummySnapshotSink () |
| virtual void | Put (byte b, const char *description) |
| virtual int | Position () |
Public Member Functions inherited from v8::internal::SnapshotByteSink | |
| virtual | ~SnapshotByteSink () |
| virtual void | PutSection (int b, const char *description) |
| void | PutInt (uintptr_t integer, const char *description) |
| void | PutRaw (byte *data, int number_of_bytes, const char *description) |
| void | PutBlob (byte *data, int number_of_bytes, const char *description) |
Private Attributes | |
| int | length_ |
Definition at line 86 of file snapshot-source-sink.h.
|
inline |
Definition at line 88 of file snapshot-source-sink.h.
|
inlinevirtual |
Definition at line 89 of file snapshot-source-sink.h.
|
inlinevirtual |
Implements v8::internal::SnapshotByteSink.
Definition at line 91 of file snapshot-source-sink.h.
References length_.
|
inlinevirtual |
Implements v8::internal::SnapshotByteSink.
Definition at line 90 of file snapshot-source-sink.h.
References length_.
|
private |
Definition at line 94 of file snapshot-source-sink.h.
Referenced by Position(), and Put().