Go to the source code of this file.
◆ V8_ALIGNAS
#define V8_ALIGNAS |
( |
|
type, |
|
|
|
alignment |
|
) |
| V8_ALIGNED(alignment) |
◆ V8_ALIGNED
#define V8_ALIGNED |
( |
|
n | ) |
/* NOT SUPPORTED */ |
◆ V8_ALIGNOF
◆ 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
◆ 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 */ |