v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
|
#include <cstddef>
#include <cstdint>
#include <type_traits>
#include "cppgc/name-provider.h"
#include "v8config.h"
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 } |
#define CPPGC_SUPPORTS_COMPILE_TIME_TYPENAME 0 |
Definition at line 54 of file name-trait.h.