Searched refs:intMaxPlusOne (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSGlobalObjectFunctions.cpp541 static const double intMaxPlusOne = 2147483648.0; local
544 if (((n < intMaxPlusOne && n >= tenToTheMinus6) || !n) && radixValue.isUndefinedOrNull())

Completed in 61 milliseconds