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

#include <profile-generator.h>

Public Member Functions

 StringsStorage ()
 
 ~StringsStorage ()
 
const char * GetCopy (const char *src)
 
const char * GetFormatted (const char *format,...)
 
const char * GetVFormatted (const char *format, va_list args)
 
const char * GetName (String *name)
 
const char * GetName (int index)
 
const char * GetFunctionName (String *name)
 
const char * GetFunctionName (const char *name)
 
size_t GetUsedMemorySize () const
 

Detailed Description

Definition at line 63 of file profile-generator.h.

Constructor & Destructor Documentation

Definition at line 95 of file profile-generator.cc.

Member Function Documentation

const char * GetCopy ( const char *  src)
const char * GetFormatted ( const char *  format,
  ... 
)
const char * GetFunctionName ( String name)
inline

Definition at line 36 of file profile-generator-inl.h.

References StringsStorage::GetName().

const char * GetFunctionName ( const char *  name)
inline

Definition at line 41 of file profile-generator-inl.h.

References ProfileGenerator::kAnonymousFunctionName.

const char * GetName ( int  index)

Definition at line 167 of file profile-generator.cc.

References StringsStorage::GetFormatted().

const char * GetVFormatted ( const char *  format,
va_list  args 
)

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