Searched refs:DEFINE_BOOL (Results 1 - 1 of 1) sorted by relevance
/external/chromium_org/v8/src/ |
H A D | flag-definitions.h | 128 #define DEFINE_BOOL(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) macro 149 DEFINE_BOOL(use_strict, false, "enforce strict mode") 150 DEFINE_BOOL(es_staging, false, "enable upcoming ES6+ features") 152 DEFINE_BOOL(harmony_scoping, false, "enable harmony block scoping") 153 DEFINE_BOOL(harmony_modules, false, 155 DEFINE_BOOL(harmony_proxies, false, "enable harmony proxies") 156 DEFINE_BOOL(harmony_numeric_literals, false, 158 DEFINE_BOOL(harmony_strings, false, "enable harmony string") 159 DEFINE_BOOL(harmony_arrays, false, "enable harmony arrays") 160 DEFINE_BOOL(harmony_arrow_function 924 #undef DEFINE_BOOL macro [all...] |
Completed in 29 milliseconds