Searched refs:isSafeInteger (Results 1 – 2 of 2) sorted by relevance
36 static bool isSafeInteger(uint64_t x) { return x <= maxSafeInteger(); }; in isSafeInteger() function37 static bool isSafeInteger(int64_t x) { in isSafeInteger() function40 static bool isSafeInteger(double x) { in isSafeInteger() function
137 if (!Value::isSafeInteger(n)) { in parseInputValue()145 if (!Value::isSafeInteger(n)) { in parseInputValue()153 if (!Value::isSafeInteger(n)) { in parseInputValue()