v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OutputStreamWriter Class Reference

Public Member Functions

 OutputStreamWriter (v8::OutputStream *stream)
 
bool aborted ()
 
void AddCharacter (char c)
 
void AddString (const char *s)
 
void AddSubstring (const char *s, int n)
 
void AddNumber (unsigned n)
 
void Finalize ()
 

Detailed Description

Definition at line 2570 of file heap-snapshot-generator.cc.

Constructor & Destructor Documentation

OutputStreamWriter ( v8::OutputStream stream)
inlineexplicit

Definition at line 2572 of file heap-snapshot-generator.cc.

References ASSERT.

Member Function Documentation

bool aborted ( )
inline

Definition at line 2580 of file heap-snapshot-generator.cc.

void AddCharacter ( char  c)
inline

Definition at line 2581 of file heap-snapshot-generator.cc.

References ASSERT.

void AddNumber ( unsigned  n)
inline

Definition at line 2604 of file heap-snapshot-generator.cc.

void AddString ( const char *  s)
inline
void AddSubstring ( const char *  s,
int  n 
)
inline
void Finalize ( )
inline

Definition at line 2605 of file heap-snapshot-generator.cc.

References ASSERT, and OutputStream::EndOfStream().


The documentation for this class was generated from the following file: