Home | History | Annotate | Download | only in src

Lines Matching full:int_value

679     int int_value = FastD2I(value);
680 if (value == FastI2D(int_value) && Smi::IsValid(int_value)) {
681 return Smi::FromInt(int_value);