v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ArrayDeleter< T > Struct Template Reference

#include <allocation.h>

Collaboration diagram for v8::internal::ArrayDeleter< T >:

Public Member Functions

void operator() (T *array)
 

Detailed Description

template<typename T>
struct v8::internal::ArrayDeleter< T >

Definition at line 68 of file allocation.h.

Member Function Documentation

◆ operator()()

template<typename T >
void v8::internal::ArrayDeleter< T >::operator() ( T * array)
inline

Definition at line 69 of file allocation.h.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: