Searched refs:DEFINE_BOOL_READONLY (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | flag-definitions.h | 159 #define DEFINE_BOOL_READONLY(nam, def, cmt) \ macro 183 #define DEFINE_DEBUG_BOOL DEFINE_BOOL_READONLY 311 DEFINE_BOOL_READONLY(internalize_on_the_fly, true, 328 DEFINE_BOOL_READONLY(string_slices, true, "use string slices") 437 DEFINE_BOOL_READONLY(verify_csa, false, 444 DEFINE_BOOL_READONLY(fixed_array_bounds_checks, DEBUG_BOOL, 992 DEFINE_BOOL_READONLY(track_constant_fields, false, 994 DEFINE_BOOL_READONLY(modify_map_inplace, false, "enable in-place map updates") 1085 DEFINE_BOOL_READONLY(embedded_builtins, V8_EMBEDDED_BUILTINS_BOOL, 1088 DEFINE_BOOL_READONLY(
|