Home
last modified time | relevance | path

Searched refs:thinSpace (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/webkit/
DToNumber-expected.txt90 PASS +thinSpace is 0
114 PASS +(thinSpace + '1') is 1
138 PASS +('1' + thinSpace) is 1
162 PASS +('1' + thinSpace + '1') is NaN
DparseFloat.js49 var thinSpace = String.fromCharCode(0x2009); variable
DToNumber.js51 var thinSpace = String.fromCharCode(0x2009); variable
DparseFloat-expected.txt68 PASS parseFloat(thinSpace + '1') is 1