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

#include <global-handles.h>

Collaboration diagram for ImplicitRefGroup:

Public Member Functions

 ImplicitRefGroup (HeapObject **parent, size_t length)
 
 ~ImplicitRefGroup ()
 

Data Fields

HeapObject ** parent
 
Object *** children
 
size_t length
 

Detailed Description

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

Constructor & Destructor Documentation

ImplicitRefGroup ( HeapObject **  parent,
size_t  length 
)
inline

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

References ASSERT, ImplicitRefGroup::children, and ImplicitRefGroup::length.

Definition at line 45 of file global-handles.cc.

References ImplicitRefGroup::children.

Field Documentation

size_t length

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

Referenced by ImplicitRefGroup::ImplicitRefGroup(), and TEST().

HeapObject** parent

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

Referenced by TEST().


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