|
V8 Project
|
Inheritance diagram for v8::internal::GlobalHandlesExtractor:
Collaboration diagram for v8::internal::GlobalHandlesExtractor:Public Member Functions | |
| GlobalHandlesExtractor (NativeObjectsExplorer *explorer) | |
| virtual | ~GlobalHandlesExtractor () |
| virtual void | VisitPointers (Object **start, Object **end) |
| virtual void | VisitEmbedderReference (Object **p, uint16_t class_id) |
Private Attributes | |
| NativeObjectsExplorer * | explorer_ |
Definition at line 2242 of file heap-snapshot-generator.cc.
|
inlineexplicit |
Definition at line 2244 of file heap-snapshot-generator.cc.
|
inlinevirtual |
Definition at line 2246 of file heap-snapshot-generator.cc.
|
inlinevirtual |
Definition at line 2250 of file heap-snapshot-generator.cc.
References explorer_, and v8::internal::NativeObjectsExplorer::VisitSubtreeWrapper().
Here is the call graph for this function:
|
inlinevirtual |
Definition at line 2247 of file heap-snapshot-generator.cc.
References UNREACHABLE.
|
private |
Definition at line 2254 of file heap-snapshot-generator.cc.
Referenced by VisitEmbedderReference().