|
V8 Project
|
Inheritance diagram for v8::internal::GlobalObjectsEnumerator:
Collaboration diagram for v8::internal::GlobalObjectsEnumerator:Public Member Functions | |
| virtual void | VisitPointers (Object **start, Object **end) |
| int | count () |
| Handle< JSGlobalObject > & | at (int i) |
Private Attributes | |
| List< Handle< JSGlobalObject > > | objects_ |
Definition at line 2191 of file heap-snapshot-generator.cc.
|
inline |
Definition at line 2208 of file heap-snapshot-generator.cc.
References objects_.
Referenced by v8::internal::V8HeapExplorer::TagGlobalObjects().
Here is the caller graph for this function:
|
inline |
Definition at line 2207 of file heap-snapshot-generator.cc.
References objects_.
Referenced by v8::internal::V8HeapExplorer::TagGlobalObjects().
Here is the caller graph for this function:
|
inlinevirtual |
Definition at line 2193 of file heap-snapshot-generator.cc.
References v8::internal::Context::cast(), v8::internal::Context::global_proxy(), v8::internal::HeapObject::map(), and objects_.
Here is the call graph for this function:
|
private |
Definition at line 2211 of file heap-snapshot-generator.cc.
Referenced by at(), count(), and VisitPointers().