Searched refs:MAX_SAFE_INTEGER (Results 1 – 7 of 7) sorted by relevance
26 var num5: number = Number.MAX_SAFE_INTEGER;
44 static constexpr int64_t MAX_SAFE_INTEGER = 9007199254740991; variable
239 if (tempArgs.start > base::MAX_SAFE_INTEGER) { in FlattenIntoArray()
149 result = (value == number.GetNumber()) && std::abs(value) <= base::MAX_SAFE_INTEGER; in IsSafeInteger()
464 if (n + len > base::MAX_SAFE_INTEGER) { in Concat()497 if (n >= base::MAX_SAFE_INTEGER) { in Concat()1554 if ((len + static_cast<int64_t>(argc)) > base::MAX_SAFE_INTEGER) { in Push()2328 if (len + insertCount - actualDeleteCount > base::MAX_SAFE_INTEGER) { in Splice()2639 if (len + argc > base::MAX_SAFE_INTEGER) { in Unshift()3145 if (newLen > base::MAX_SAFE_INTEGER) { in ToSpliced()
437 static MAX_SAFE_INTEGER: number;
77193 let n = Number.MAX_SAFE_INTEGER;77194 let r = Number.MAX_SAFE_INTEGER;81542 let s = Number.MAX_SAFE_INTEGER;114265 const zIt = Number.MAX_SAFE_INTEGER;