Loading...
Searching...
No Matches
Classes | Namespaces | Macros
v8config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::AlignOfHelper< T >
 

Namespaces

namespace  v8
 

Macros

#define V8_GLIBC_PREREQ(major, minor)   0
 
#define V8_GNUC_PREREQ(major, minor, patchlevel)   0
 
#define V8_LIBC_BSD   V8_OS_BSD
 
#define V8_INLINE   inline
 
#define V8_NOINLINE   /* NOT SUPPORTED */
 
#define V8_DEPRECATED(message, declarator)   declarator
 
#define V8_DEPRECATE_SOON(message, declarator)   declarator
 
#define V8_UNLIKELY(condition)   (condition)
 
#define V8_LIKELY(condition)   (condition)
 
#define V8_ALIGNED(n)   /* NOT SUPPORTED */
 
#define V8_ALIGNAS(type, alignment)   V8_ALIGNED(alignment)
 
#define V8_ALIGNOF(type)   (sizeof(::v8::AlignOfHelper<type>) - sizeof(type))
 
#define V8_WARN_UNUSED_RESULT   /* NOT SUPPORTED */
 

Macro Definition Documentation

◆ V8_ALIGNAS

#define V8_ALIGNAS (   type,
  alignment 
)    V8_ALIGNED(alignment)

◆ V8_ALIGNED

#define V8_ALIGNED (   n)    /* NOT SUPPORTED */

◆ V8_ALIGNOF

#define V8_ALIGNOF (   type)    (sizeof(::v8::AlignOfHelper<type>) - sizeof(type))

◆ V8_DEPRECATE_SOON

#define V8_DEPRECATE_SOON (   message,
  declarator 
)    declarator

◆ V8_DEPRECATED

#define V8_DEPRECATED (   message,
  declarator 
)    declarator

◆ V8_GLIBC_PREREQ

#define V8_GLIBC_PREREQ (   major,
  minor 
)    0

◆ V8_GNUC_PREREQ

#define V8_GNUC_PREREQ (   major,
  minor,
  patchlevel 
)    0

◆ V8_INLINE

#define V8_INLINE   inline

◆ V8_LIBC_BSD

#define V8_LIBC_BSD   V8_OS_BSD

◆ V8_LIKELY

#define V8_LIKELY (   condition)    (condition)

◆ V8_NOINLINE

#define V8_NOINLINE   /* NOT SUPPORTED */

◆ V8_UNLIKELY

#define V8_UNLIKELY (   condition)    (condition)

◆ V8_WARN_UNUSED_RESULT

#define V8_WARN_UNUSED_RESULT   /* NOT SUPPORTED */