Lines Matching defs:flag
6 // for Debug, Release, Logging and Profiling, etc. To add a new flag, find the
19 // explicit flag.
30 // this will just be an extern declaration, but for a readonly flag we let the
38 // We want to supply the actual storage and value for the flag variable in the
57 // printing / etc in the flag parser code. We only do this for writable flags.
65 // We produce the code to set flags when it is implied by another flag.
72 // explicit flag.
128 MaybeBoolFlag flag;
129 flag.has_value = has_value;
130 flag.value = value;
131 return flag;
284 // This is not really a flag, it affects the interpretation of the next flag but
288 "temporary disable flag contradiction to allow overwriting just "
289 "the next flag")
299 // Update bootstrapper.cc whenever adding a new feature flag.
321 // Features that are complete (but still behind the --harmony flag).
333 // Features that are shipping (turned on by default, but internal flag remains).
375 // If the following flag is set to `true`, the SharedArrayBuffer constructor is
836 // Define the flag as read-only-false so that code still compiles even in the
1413 "Test mode only flag. It allows an unit test to select evacuation "
1806 "number of executions set by the tier up ticks flag")
1823 "recognize regexps with 'l' flag, run them on experimental engine")
1843 DEFINE_FLOAT(testing_float_flag, 2.5, "float-flag")
1844 DEFINE_STRING(testing_string_flag, "Hello, world!", "string-flag")
1847 // Test flag for a check in %OptimizeFunctionOnNextCall
1850 "test runner turns on this flag to enable a check that the function was "
1855 "Fuzzers use this flag to signal that they are ... fuzzing. This causes "
1898 DEFINE_BOOL(print_flag_values, false, "Print all flag values of V8")
1997 // Logging flag dependencies are are also set separately in
1998 // V8::InitializeOncePerProcessImpl. Please add your flag to the log_all_flags
2229 // TODO(v8:11525): Remove this flag once proper embedder integration is done.