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

/external/chromium_org/v8/test/webkit/
H A DparseFloat.js40 var enQuad = String.fromCharCode(0x2000); variable
85 shouldBe("parseFloat(enQuad + '1')", "1");
H A DToNumber.js42 var enQuad = String.fromCharCode(0x2000); variable
109 shouldBe("+enQuad", "0");
133 shouldBe("+(enQuad + '1')", "1");
157 shouldBe("+('1' + enQuad)", "1");
181 shouldBe("+('1' + enQuad + '1')", "NaN");

Completed in 173 milliseconds