v8 10.2.154 (node 18.16.0)
V8 is Google's open source JavaScript engine
|
#include <cstddef>
#include "cppgc/allocation.h"
#include "cppgc/internal/logging.h"
#include "cppgc/type-traits.h"
Go to the source code of this file.
Data Structures | |
class | ExplicitManagementImpl |
Namespaces | |
namespace | cppgc |
namespace | cppgc::subtle |
namespace | cppgc::internal |
Functions | |
template<typename T > | |
void | FreeUnreferencedObject (HeapHandle &heap_handle, T &object) |
template<typename T > | |
bool | Resize (T &object, AdditionalBytes additional_bytes) |