Home
last modified time | relevance | path

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

/external/v8/test/webkit/
DToNumber-expected.txt79 PASS +oghamSpaceMark is 0
103 PASS +(oghamSpaceMark + '1') is 1
127 PASS +('1' + oghamSpaceMark) is 1
151 PASS +('1' + oghamSpaceMark + '1') is NaN
DparseFloat.js38 var oghamSpaceMark = String.fromCharCode(0x1680); variable
DToNumber.js40 var oghamSpaceMark = String.fromCharCode(0x1680); variable
DparseFloat-expected.txt57 PASS parseFloat(oghamSpaceMark + '1') is 1