![]() |
V8
latest master commit
V8 is Google's open source JavaScript engine
|
#include <type_traits>#include "cppgc/internal/api-constants.h"#include "cppgc/platform.h"#include "cppgc/trace-trait.h"#include "cppgc/type-traits.h"Go to the source code of this file.
Data Structures | |
| class | cppgc::internal::GarbageCollectedBase |
| class | cppgc::GarbageCollected< typename > |
| class | cppgc::GarbageCollectedMixin |
Namespaces | |
| cppgc | |
| cppgc::internal | |
Macros | |
| #define | USING_GARBAGE_COLLECTED_MIXIN() |
| #define | MERGE_GARBAGE_COLLECTED_MIXINS() |
| #define MERGE_GARBAGE_COLLECTED_MIXINS | ( | ) |
Merge two or more Mixins into one.
Definition at line 177 of file garbage-collected.h.
| #define USING_GARBAGE_COLLECTED_MIXIN | ( | ) |
Macro defines all methods and markers needed for handling mixins. Must be used on the type that is inheriting from GarbageCollected and GarbageCollectedMixin.
Definition at line 147 of file garbage-collected.h.