|
V8 Project
|
#include <global-handles.h>
Collaboration diagram for v8::internal::ObjectGroup:Public Member Functions | |
| ObjectGroup (size_t length) | |
| ~ObjectGroup () | |
Public Attributes | |
| v8::RetainedObjectInfo * | info |
| Object *** | objects |
| size_t | length |
Definition at line 37 of file global-handles.h.
|
inlineexplicit |
Definition at line 38 of file global-handles.h.
| v8::internal::ObjectGroup::~ObjectGroup | ( | ) |
Definition at line 16 of file global-handles.cc.
References v8::RetainedObjectInfo::Dispose(), info, NULL, and objects.
Here is the call graph for this function:| v8::RetainedObjectInfo* v8::internal::ObjectGroup::info |
Definition at line 45 of file global-handles.h.
Referenced by v8::internal::GlobalHandles::AddObjectGroup(), v8::internal::GlobalHandles::ComputeObjectGroupsAndImplicitReferences(), v8::internal::NativeObjectsExplorer::FillRetainedObjects(), and ~ObjectGroup().
| size_t v8::internal::ObjectGroup::length |
Definition at line 47 of file global-handles.h.
Referenced by v8::internal::NativeObjectsExplorer::FillRetainedObjects(), v8::internal::GlobalHandles::IterateObjectGroups(), and ObjectGroup().
| Object*** v8::internal::ObjectGroup::objects |
Definition at line 46 of file global-handles.h.
Referenced by v8::internal::GlobalHandles::AddObjectGroup(), v8::internal::GlobalHandles::ComputeObjectGroupsAndImplicitReferences(), v8::internal::NativeObjectsExplorer::FillRetainedObjects(), v8::internal::GlobalHandles::IterateObjectGroups(), ObjectGroup(), and ~ObjectGroup().