v8  8.4.371 (node 14.19.3)
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
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  __thisIsHereToForceASemicolonAfterThisMacro
 

Namespaces

 cppgc
 
 cppgc::internal
 

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; \
friend class internal::__thisIsHereToForceASemicolonAfterThisMacro

Definition at line 15 of file macros.h.