testNumberToStringECMAScript 73 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(Limits::infinity(), "Infinity"); testNumberToStringECMAScript 74 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(-Limits::infinity(), "-Infinity"); testNumberToStringECMAScript 77 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(-Limits::quiet_NaN(), "NaN"); testNumberToStringECMAScript 80 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(0, "0"); testNumberToStringECMAScript 81 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(-0, "0"); testNumberToStringECMAScript 84 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(Limits::min(), "2.2250738585072014e-308"); testNumberToStringECMAScript 85 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(Limits::max(), "1.7976931348623157e+308"); testNumberToStringECMAScript 91 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(piDouble, "3.141592653589793"); testNumberToStringECMAScript 92 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(piFloat, "3.1415927410125732"); testNumberToStringECMAScript 93 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(piOverTwoDouble, "1.5707963267948966"); testNumberToStringECMAScript 94 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(piOverTwoFloat, "1.5707963705062866"); testNumberToStringECMAScript 95 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(piOverFourDouble, "0.7853981633974483"); testNumberToStringECMAScript 96 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(piOverFourFloat, "0.7853981852531433"); testNumberToStringECMAScript 100 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(e, "2.718281828459045"); testNumberToStringECMAScript 104 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(c, "299792458"); testNumberToStringECMAScript 108 Source/wtf/text/WTFStringTest.cpp testNumberToStringECMAScript(phi, "1.618033988749895");