![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Go to the source code of this file.
Classes | |
struct | cppgc::internal::MarkingConfig |
struct | cppgc::internal::SweepingConfig |
struct | cppgc::internal::GCConfig |
Namespaces | |
namespace | cppgc |
namespace | cppgc::internal |
Typedefs | |
using | cppgc::internal::StackState = cppgc::Heap::StackState |
Enumerations | |
enum class | cppgc::internal::CollectionType : uint8_t { cppgc::internal::kMinor , cppgc::internal::kMajor } |
enum class | cppgc::internal::FreeMemoryHandling : uint8_t { cppgc::internal::kDoNotDiscard , cppgc::internal::kDiscardWherePossible } |