Lines Matching full:is_in_range
127 bool is_in_range = number >= Smi::kMinValue && number <= Smi::kMaxValue;128 CHECK_EQ(is_in_range, is_valid);