Go to the documentation of this file.
5 #ifndef V8_BASE_COMPILER_SPECIFIC_H_
6 #define V8_BASE_COMPILER_SPECIFIC_H_
15 #if V8_HAS_ATTRIBUTE_UNUSED
16 #define ALLOW_UNUSED __attribute__((unused))
26 #if V8_HAS_CXX11_OVERRIDE
27 #define OVERRIDE override
38 #if V8_HAS_CXX11_FINAL
52 #if V8_HAS_ATTRIBUTE_WARN_UNUSED_RESULT
53 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result))
55 #define WARN_UNUSED_RESULT