v8  9.4.146 (node 16.13.0)
V8 is Google's open source JavaScript engine
explicit-management.h File Reference
#include <cstddef>
#include "cppgc/allocation.h"
#include "cppgc/internal/logging.h"
#include "cppgc/type-traits.h"
Include dependency graph for explicit-management.h:

Go to the source code of this file.

Namespaces

 cppgc
 
 cppgc::internal
 
 cppgc::subtle
 

Functions

V8_EXPORT void FreeUnreferencedObject (HeapHandle &, void *)
 
V8_EXPORT bool Resize (void *, size_t)
 
template<typename T >
void FreeUnreferencedObject (HeapHandle &heap_handle, T &object)
 
template<typename T >
bool Resize (T &object, AdditionalBytes additional_bytes)