HomeSort by relevance Sort by last modified time
    Searched full:figurespace (Results 1 - 4 of 4) sorted by null

  /external/v8/test/webkit/
ToNumber.js 49 var figureSpace = String.fromCharCode(0x2007);
116 shouldBe("+figureSpace", "0");
140 shouldBe("+(figureSpace + '1')", "1");
164 shouldBe("+('1' + figureSpace)", "1");
188 shouldBe("+('1' + figureSpace + '1')", "NaN");
ToNumber-expected.txt 88 PASS +figureSpace is 0
112 PASS +(figureSpace + '1') is 1
136 PASS +('1' + figureSpace) is 1
160 PASS +('1' + figureSpace + '1') is NaN
parseFloat.js 47 var figureSpace = String.fromCharCode(0x2007);
92 shouldBe("parseFloat(figureSpace + '1')", "1");
parseFloat-expected.txt 66 PASS parseFloat(figureSpace + '1') is 1

Completed in 1785 milliseconds