![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <cstddef>#include <cstdint>#include <type_traits>#include "cppgc/name-provider.h"#include "v8config.h"Go to the source code of this file.
Classes | |
| struct | cppgc::internal::HeapObjectName |
| class | cppgc::internal::NameTraitBase |
| class | cppgc::internal::NameTrait< T > |
Namespaces | |
| namespace | cppgc |
| namespace | cppgc::internal |
Macros | |
| #define | CPPGC_SUPPORTS_COMPILE_TIME_TYPENAME 0 |
Typedefs | |
| using | cppgc::internal::NameCallback |
Enumerations | |
| enum class | cppgc::internal::HeapObjectNameForUnnamedObject : uint8_t { cppgc::internal::kUseClassNameIfSupported , cppgc::internal::kUseHiddenName } |
| #define CPPGC_SUPPORTS_COMPILE_TIME_TYPENAME 0 |
Definition at line 54 of file name-trait.h.