v8  8.6.395 (node 15.0.1)
V8 is Google's open source JavaScript engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
macros.h File Reference
Include dependency graph for macros.h:

Go to the source code of this file.

Namespaces

 cppgc
 

Macros

#define CPPGC_STACK_ALLOCATED()
 

Macro Definition Documentation

◆ CPPGC_STACK_ALLOCATED

#define CPPGC_STACK_ALLOCATED ( )
Value:
public: \
using IsStackAllocatedTypeMarker CPPGC_UNUSED = int; \
\
private: \
void* operator new(size_t) = delete; \
void* operator new(size_t, void*) = delete; \
static_assert(true, "Force semicolon.")
#define CPPGC_UNUSED

Definition at line 13 of file macros.h.