![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <cstddef>#include "cppgc/allocation.h"#include "cppgc/internal/logging.h"#include "cppgc/type-traits.h"Go to the source code of this file.
Classes | |
| class | cppgc::internal::ExplicitManagementImpl |
Namespaces | |
| namespace | cppgc |
| namespace | cppgc::subtle |
| namespace | cppgc::internal |
Functions | |
| template<typename T > | |
| void | cppgc::subtle::FreeUnreferencedObject (HeapHandle &heap_handle, T &object) |
| template<typename T > | |
| bool | cppgc::subtle::Resize (T &object, AdditionalBytes additional_bytes) |