v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ValueInfo Struct Reference

#include <objects.h>

Inheritance diagram for ValueInfo:
Collaboration diagram for ValueInfo:

Public Member Functions

 ValueInfo ()
 
- Public Member Functions inherited from Malloced
void * operator new (size_t size)
 
void operator delete (void *p)
 

Data Fields

InstanceType type
 
Objectptr
 
const char * str
 
double number
 

Additional Inherited Members

- Static Public Member Functions inherited from Malloced
static void FatalProcessOutOfMemory ()
 
static void * New (size_t size)
 
static void Delete (void *p)
 

Detailed Description

Definition at line 722 of file objects.h.

Constructor & Destructor Documentation

ValueInfo ( )
inline

Definition at line 723 of file objects.h.

Field Documentation

double number

Definition at line 727 of file objects.h.

Object* ptr

Definition at line 725 of file objects.h.

const char* str

Definition at line 726 of file objects.h.

Definition at line 724 of file objects.h.


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