Definition at line 154 of file heap-profiler.cc.
◆ FileOutputStream()
v8::internal::FileOutputStream::FileOutputStream |
( |
const char * | filename | ) |
|
|
inlineexplicit |
◆ ~FileOutputStream()
v8::internal::FileOutputStream::~FileOutputStream |
( |
| ) |
|
|
inlineoverride |
◆ EndOfStream()
void v8::internal::FileOutputStream::EndOfStream |
( |
| ) |
|
|
inlineoverridevirtual |
◆ WriteAsciiChunk()
WriteResult v8::internal::FileOutputStream::WriteAsciiChunk |
( |
char * | data, |
|
|
int | size ) |
|
inlineoverridevirtual |
Writes the next chunk of snapshot data into the stream. Writing can be stopped by returning kAbort as function result. EndOfStream will not be called in case writing was aborted.
Implements v8::OutputStream.
Definition at line 159 of file heap-profiler.cc.
◆ os_
std::ofstream v8::internal::FileOutputStream::os_ |
|
private |
The documentation for this class was generated from the following file: