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

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

Completed in 111 milliseconds