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

/external/chromium_org/v8/test/webkit/
H A DparseFloat.js52 var mediumMathematicalSpace = String.fromCharCode(0x205F); variable
97 shouldBe("parseFloat(mediumMathematicalSpace + '1')", "1");
H A DToNumber.js54 var mediumMathematicalSpace = String.fromCharCode(0x205F); variable
121 shouldBe("+mediumMathematicalSpace", "0");
145 shouldBe("+(mediumMathematicalSpace + '1')", "1");
169 shouldBe("+('1' + mediumMathematicalSpace)", "1");
193 shouldBe("+('1' + mediumMathematicalSpace + '1')", "NaN");

Completed in 107 milliseconds