![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <allocation.h>
Public Member Functions | |
template<typename T , typename TypeTag = T[]> | |
V8_INLINE T * | AllocateArray (size_t length) |
template<typename T , typename TypeTag = T[]> | |
V8_INLINE void | DeleteArray (T *p, size_t length) |
Definition at line 83 of file allocation.h.
|
inline |
Definition at line 86 of file allocation.h.
|
inline |
Definition at line 90 of file allocation.h.