Home | History | Annotate | Download | only in webkit

Lines Matching full:x123

32 PASS parseInt('0x123') is 0x123
33 PASS parseInt('0x123x4') is 0x123
34 PASS parseInt('-0x123x4') is -0x123
42 PASS parseInt('123', 16) is 0x123
43 PASS parseInt('0x123', undefined) is 0x123
44 PASS parseInt('0x123', null) is 0x123
45 PASS parseInt('0x123', 0) is 0x123
46 PASS parseInt('0x123', 10) is 0
47 PASS parseInt('0x123', 16) is 0x123