|
V8 Project
|
#include "src/allocation.h"
Include dependency graph for objects-visiting.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| v8 | |
| Debugger support for the V8 JavaScript engine. | |
| v8::internal | |
Macros | |
| #define | VISITOR_ID_LIST(V) |
| #define | VISITOR_ID_ENUM_DECL(id) kVisit##id, |
Functions | |
| template<class T > | |
| Object * | v8::internal::VisitWeakList (Heap *heap, Object *list, WeakObjectRetainer *retainer) |
| #define VISITOR_ID_ENUM_DECL | ( | id | ) | kVisit##id, |
Definition at line 92 of file objects-visiting.h.
| #define VISITOR_ID_LIST | ( | V | ) |
Definition at line 26 of file objects-visiting.h.