Home | History | Annotate | Download | only in src

Lines Matching full:int_value

6888     int int_value = FastD2I(value);
6889 if (value == FastI2D(int_value) && Smi::IsValid(int_value)) {
6890 return Smi::FromInt(int_value);
10499 int32_t int_value = Smi::cast(element)->value();
10500 double_storage->set(j, int_value);