V8 Project
v8::internal::VisitorSynchronization Class Reference

#include <objects.h>

+ Inheritance diagram for v8::internal::VisitorSynchronization:
+ Collaboration diagram for v8::internal::VisitorSynchronization:

Public Types

enum  SyncTag { kNumberOfSyncTags }
 

Static Public Attributes

static const char *const kTags [kNumberOfSyncTags]
 
static const char *const kTagNames [kNumberOfSyncTags]
 

Detailed Description

Definition at line 10702 of file objects.h.

Member Enumeration Documentation

◆ SyncTag

Enumerator
kNumberOfSyncTags 

Definition at line 10705 of file objects.h.

10705  {
10708  };
#define VISITOR_SYNCHRONIZATION_TAGS_LIST(V)
Definition: objects.h:10684
#define DECLARE_ENUM(enum_item, ignore1, ignore2)
Definition: objects.h:10704

Member Data Documentation

◆ kTagNames

const char *const v8::internal::VisitorSynchronization::kTagNames
static
Initial value:
= {
}

Definition at line 10712 of file objects.h.

Referenced by v8::internal::HeapSnapshot::AddGcSubrootEntry().

◆ kTags

const char *const v8::internal::VisitorSynchronization::kTags
static
Initial value:
= {
}

Definition at line 10711 of file objects.h.


The documentation for this class was generated from the following files: