Searched refs:cc8_1 (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Duri.js47 var cc8_1 = 0xD800; variable
49 var s8 = String.fromCharCode(cc8_1)+String.fromCharCode(cc8_2);
74 assertEquals(cc8_1, decodeURI(encodeURI(s8)).charCodeAt(0));

Completed in 62 milliseconds