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
ImplicitRefGroup Class Reference

#include <global-handles.h>

Collaboration diagram for ImplicitRefGroup:

Public Member Functions

void Dispose ()
 

Static Public Member Functions

static ImplicitRefGroupNew (HeapObject **parent, Object ***children, size_t length)
 

Data Fields

HeapObject ** parent_
 
size_t length_
 
Object ** children_ [1]
 

Detailed Description

Definition at line 81 of file global-handles.h.

Member Function Documentation

void Dispose ( )
inline

Definition at line 95 of file global-handles.h.

static ImplicitRefGroup* New ( HeapObject **  parent,
Object ***  children,
size_t  length 
)
inlinestatic

Field Documentation

Object** children_[1]

Definition at line 101 of file global-handles.h.

Referenced by ImplicitRefGroup::New().

size_t length_

Definition at line 100 of file global-handles.h.

Referenced by ImplicitRefGroup::New().

HeapObject** parent_

Definition at line 99 of file global-handles.h.

Referenced by ImplicitRefGroup::New().


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