Home
last modified time | relevance | path

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

/external/v8/test/webkit/
DToNumber-expected.txt91 PASS +hairSpace is 0
115 PASS +(hairSpace + '1') is 1
139 PASS +('1' + hairSpace) is 1
163 PASS +('1' + hairSpace + '1') is NaN
DparseFloat.js50 var hairSpace = String.fromCharCode(0x200A); variable
DToNumber.js52 var hairSpace = String.fromCharCode(0x200A); variable
DparseFloat-expected.txt69 PASS parseFloat(hairSpace + '1') is 1