V8 Project
objects-visiting.h File Reference
#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.

Classes

class  v8::internal::StaticVisitorBase
 
class  v8::internal::VisitorDispatchTable< Callback >
 
class  v8::internal::BodyVisitorBase< StaticVisitor >
 
class  v8::internal::FlexibleBodyVisitor< StaticVisitor, BodyDescriptor, ReturnType >
 
class  v8::internal::FixedBodyVisitor< StaticVisitor, BodyDescriptor, ReturnType >
 
class  v8::internal::StaticNewSpaceVisitor< StaticVisitor >
 
class  v8::internal::StaticNewSpaceVisitor< StaticVisitor >::DataObjectVisitor
 
class  v8::internal::StaticMarkingVisitor< StaticVisitor >
 
class  v8::internal::StaticMarkingVisitor< StaticVisitor >::DataObjectVisitor
 

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)
 

Macro Definition Documentation

◆ VISITOR_ID_ENUM_DECL

#define VISITOR_ID_ENUM_DECL (   id)    kVisit##id,

Definition at line 92 of file objects-visiting.h.

◆ VISITOR_ID_LIST

#define VISITOR_ID_LIST (   V)

Definition at line 26 of file objects-visiting.h.