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

Public Member Functions | |
| void | Dispose () |
Static Public Member Functions | |
| static ImplicitRefGroup * | New (HeapObject **parent, Object ***children, size_t length) |
Data Fields | |
| HeapObject ** | parent_ |
| size_t | length_ |
| Object ** | children_ [1] |
Definition at line 81 of file global-handles.h.
|
inline |
Definition at line 95 of file global-handles.h.
|
inlinestatic |
Definition at line 83 of file global-handles.h.
References ASSERT, ImplicitRefGroup::children_, v8::internal::CopyWords(), ImplicitRefGroup::length_, OFFSET_OF, and ImplicitRefGroup::parent_.
Referenced by GlobalHandles::AddImplicitReferences().
| 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().