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

/external/chromium_org/v8/test/webkit/
H A DparseFloat.js45 var fourPerEmSpace = String.fromCharCode(0x2005); variable
90 shouldBe("parseFloat(fourPerEmSpace + '1')", "1");
H A DToNumber.js47 var fourPerEmSpace = String.fromCharCode(0x2005); variable
114 shouldBe("+fourPerEmSpace", "0");
138 shouldBe("+(fourPerEmSpace + '1')", "1");
162 shouldBe("+('1' + fourPerEmSpace)", "1");
186 shouldBe("+('1' + fourPerEmSpace + '1')", "NaN");

Completed in 72 milliseconds