v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
FileByteSink (const char *snapshot_file) | |
virtual | ~FileByteSink () |
virtual void | Put (int byte, const char *description) |
virtual int | Position () |
void | WriteSpaceUsed (int new_space_used, int pointer_space_used, int data_space_used, int code_space_used, int map_space_used, int cell_space_used, int large_space_used) |
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 170 of file test-serialize.cc.
|
inlineexplicit |
Definition at line 172 of file test-serialize.cc.
References OS::FOpen(), v8::internal::NULL, and v8::internal::PrintF().
|
inlinevirtual |
Definition at line 180 of file test-serialize.cc.
References v8::internal::NULL.
|
inlinevirtual |
Implements SnapshotByteSink.
Definition at line 190 of file test-serialize.cc.
|
inlinevirtual |
Implements SnapshotByteSink.
Definition at line 185 of file test-serialize.cc.
References v8::internal::NULL.
void WriteSpaceUsed | ( | int | new_space_used, |
int | pointer_space_used, | ||
int | data_space_used, | ||
int | code_space_used, | ||
int | map_space_used, | ||
int | cell_space_used, | ||
int | large_space_used | ||
) |
Definition at line 208 of file test-serialize.cc.
References Vector< T >::Dispose(), OS::FOpen(), v8::internal::fp, Vector< T >::New(), OS::SNPrintF(), Vector< T >::start(), and v8::internal::StrLength().
Referenced by TEST().