v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
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 = HeapObjectName(*)(const void *, HeapObjectNameForUnnamedObject)
 

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.