Home | History | Annotate | Download | only in src

Lines Matching full:int_value

6542     int int_value = FastD2I(value);
6543 if (value == FastI2D(int_value) && Smi::IsValid(int_value)) {
6544 return Smi::FromInt(int_value);