v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
name-trait.h File Reference
#include <cstddef>
#include <cstdint>
#include <type_traits>
#include "cppgc/name-provider.h"
#include "v8config.h"
Include dependency graph for name-trait.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  HeapObjectName
 
class  NameTraitBase
 
class  NameTrait< T >
 

Namespaces

namespace  cppgc
 
namespace  cppgc::internal
 

Macros

#define CPPGC_SUPPORTS_COMPILE_TIME_TYPENAME   0
 

Typedefs

using NameCallback
 

Enumerations

enum class  HeapObjectNameForUnnamedObject : uint8_t { kUseClassNameIfSupported , kUseHiddenName }
 

Macro Definition Documentation

◆ CPPGC_SUPPORTS_COMPILE_TIME_TYPENAME

#define CPPGC_SUPPORTS_COMPILE_TIME_TYPENAME   0

Definition at line 54 of file name-trait.h.