flags.cc | 80 double* float_variable() const { function in struct:v8::internal::__anon6237::Flag 136 return *float_variable() == float_default(); 161 *float_variable() = float_default(); 207 buffer.Add("%f", FmtElm(*flag->float_variable())); 399 *flag->float_variable() = strtod(value, &endp);
|