Home | History | Annotate | Download | only in ast

Lines Matching refs:IsInteger

486   static bool IsInteger(double x) {
492 DCHECK(IsInteger(lim.min) && IsInteger(lim.max));
847 static bool IsInteger(i::Object* x);
848 static bool IsInteger(double x) {