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

/external/chromium_org/v8/test/webkit/
H A DparseFloat.js49 var thinSpace = String.fromCharCode(0x2009); variable
94 shouldBe("parseFloat(thinSpace + '1')", "1");
H A DToNumber.js51 var thinSpace = String.fromCharCode(0x2009); variable
118 shouldBe("+thinSpace", "0");
142 shouldBe("+(thinSpace + '1')", "1");
166 shouldBe("+('1' + thinSpace)", "1");
190 shouldBe("+('1' + thinSpace + '1')", "NaN");

Completed in 204 milliseconds