![]() |
v8
8.6.395 (node 15.0.1)
V8 is Google's open source JavaScript engine
|
#include <cstdint>#include <type_traits>#include "cppgc/internal/write-barrier.h"#include "cppgc/source-location.h"#include "v8config.h"

Go to the source code of this file.
Data Structures | |
| struct | DijkstraWriteBarrierPolicy |
| struct | NoWriteBarrierPolicy |
| class | EnabledCheckingPolicy |
| class | DisabledCheckingPolicy |
| class | KeepLocationPolicy |
| class | IgnoreLocationPolicy |
| struct | StrongPersistentPolicy |
| struct | WeakPersistentPolicy |
| struct | SentinelPointer |
Namespaces | |
| cppgc | |
| cppgc::internal | |
Typedefs | |
| using | DefaultCheckingPolicy = DisabledCheckingPolicy |
| using | DefaultLocationPolicy = IgnoreLocationPolicy |
Variables | |
| constexpr internal::SentinelPointer | kSentinelPointer |