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

/external/chromium_org/v8/test/webkit/
H A DparseFloat.js48 var punctuationSpace = String.fromCharCode(0x2008); variable
93 shouldBe("parseFloat(punctuationSpace + '1')", "1");
H A DToNumber.js50 var punctuationSpace = String.fromCharCode(0x2008); variable
117 shouldBe("+punctuationSpace", "0");
141 shouldBe("+(punctuationSpace + '1')", "1");
165 shouldBe("+('1' + punctuationSpace)", "1");
189 shouldBe("+('1' + punctuationSpace + '1')", "NaN");

Completed in 83 milliseconds