Searched refs:emQuad (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/v8/test/webkit/
H A DToNumber.js43 var emQuad = String.fromCharCode(0x2001); variable
110 shouldBe("+emQuad", "0");
134 shouldBe("+(emQuad + '1')", "1");
158 shouldBe("+('1' + emQuad)", "1");
182 shouldBe("+('1' + emQuad + '1')", "NaN");
H A DparseFloat.js41 var emQuad = String.fromCharCode(0x2001); variable
86 shouldBe("parseFloat(emQuad + '1')", "1");

Completed in 199 milliseconds