v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
PartialSnapshotSink () | |
virtual | ~PartialSnapshotSink () |
virtual void | Put (int byte, const char *description) |
virtual int | Position () |
void | Print (FILE *fp) |
char | at (int i) |
bool | Compress (Compressor *compressor) |
int | raw_size () |
Public Member Functions inherited from SnapshotByteSink | |
virtual | ~SnapshotByteSink () |
virtual void | PutSection (int byte, const char *description) |
void | PutInt (uintptr_t integer, const char *description) |
Definition at line 98 of file mksnapshot.cc.
|
inline |
Definition at line 100 of file mksnapshot.cc.
|
inlinevirtual |
Definition at line 101 of file mksnapshot.cc.
|
inline |
Definition at line 118 of file mksnapshot.cc.
|
inline |
Definition at line 119 of file mksnapshot.cc.
References ASSERT_EQ, Compressor::Compress(), and Compressor::output().
Referenced by main().
|
inlinevirtual |
Implements SnapshotByteSink.
Definition at line 105 of file mksnapshot.cc.
|
inline |
Definition at line 106 of file mksnapshot.cc.
|
inlinevirtual |
Implements SnapshotByteSink.
Definition at line 102 of file mksnapshot.cc.
|
inline |
Definition at line 127 of file mksnapshot.cc.