Home | History | Annotate | Download | only in cctest

Lines Matching refs:is_valid

102     bool is_valid = Smi::IsValid(number);
104 CHECK_EQ(is_in_range, is_valid);
105 if (is_valid) {