v8
3.11.10(node0.8.26)
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 95 of file mksnapshot.cc.
|
inline |
Definition at line 97 of file mksnapshot.cc.
|
inlinevirtual |
Definition at line 98 of file mksnapshot.cc.
|
inline |
Definition at line 115 of file mksnapshot.cc.
|
inline |
Definition at line 116 of file mksnapshot.cc.
References ASSERT_EQ, Compressor::Compress(), and Compressor::output().
Referenced by main().
|
inlinevirtual |
Implements SnapshotByteSink.
Definition at line 102 of file mksnapshot.cc.
|
inline |
Definition at line 103 of file mksnapshot.cc.
|
inlinevirtual |
Implements SnapshotByteSink.
Definition at line 99 of file mksnapshot.cc.
|
inline |
Definition at line 124 of file mksnapshot.cc.