![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <global-handles.h>

Public Member Functions | |
| ObjectGroup (size_t length) | |
| ~ObjectGroup () | |
Data Fields | |
| v8::RetainedObjectInfo * | info |
| Object *** | objects |
| size_t | length |
Definition at line 61 of file global-handles.h.
|
inlineexplicit |
Definition at line 62 of file global-handles.h.
References ASSERT, ObjectGroup::length, and ObjectGroup::objects.
| ~ObjectGroup | ( | ) |
Definition at line 39 of file global-handles.cc.
References RetainedObjectInfo::Dispose(), ObjectGroup::info, v8::internal::NULL, and ObjectGroup::objects.
| v8::RetainedObjectInfo* info |
Definition at line 69 of file global-handles.h.
Referenced by GlobalHandles::AddObjectGroup(), and ObjectGroup::~ObjectGroup().
| size_t length |
Definition at line 71 of file global-handles.h.
Referenced by GlobalHandles::IterateObjectGroups(), and ObjectGroup::ObjectGroup().
| Object*** objects |
Definition at line 70 of file global-handles.h.
Referenced by GlobalHandles::AddObjectGroup(), GlobalHandles::IterateObjectGroups(), ObjectGroup::ObjectGroup(), and ObjectGroup::~ObjectGroup().