V8  latest master commit
V8 is Google's open source JavaScript engine
macros.h File Reference

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 = int; \
\
private: \
void* operator new(size_t) = delete; \
void* operator new(size_t, void*) = delete; \
static_assert(true, "Force semicolon.")

Definition at line 11 of file macros.h.