v8
9.4.146 (node 16.13.0)
V8 is Google's open source JavaScript engine
|
#include <atomic>
#include <cstddef>
#include <cstdint>
#include <new>
#include <type_traits>
#include <utility>
#include "cppgc/custom-space.h"
#include "cppgc/internal/api-constants.h"
#include "cppgc/internal/gc-info.h"
#include "cppgc/type-traits.h"
#include "v8config.h"
Go to the source code of this file.
Namespaces | |
cppgc | |
cppgc::internal | |
Functions | |
template<typename T , typename... Args> | |
T * | MakeGarbageCollected (AllocationHandle &handle, Args &&... args) |
template<typename T , typename... Args> | |
T * | MakeGarbageCollected (AllocationHandle &handle, AdditionalBytes additional_bytes, Args &&... args) |