v8  9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
macros.h File Reference
#include <stddef.h>
#include "cppgc/internal/compiler-specific.h"
Include dependency graph for macros.h:
This graph shows which files directly or indirectly include this file:

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.")

Definition at line 15 of file macros.h.

CPPGC_UNUSED
#define CPPGC_UNUSED
Definition: compiler-specific.h:33