Searched refs:DEFINE_BOOL (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | flag-definitions.h | 158 #define DEFINE_BOOL(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) macro 181 #define DEFINE_DEBUG_BOOL DEFINE_BOOL 191 DEFINE_BOOL(experimental_extras, false, 195 DEFINE_BOOL(use_strict, false, "enforce strict mode") 197 DEFINE_BOOL(es_staging, false, 199 DEFINE_BOOL(harmony, false, "enable all completed harmony features") 200 DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features") 255 DEFINE_BOOL(id, false, "enable " #description " (in progress)") 260 DEFINE_BOOL(id, false, "enable " #description) \ 266 DEFINE_BOOL(id, true, "enable " #description) \ [all …]
|