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

/external/v8/src/
H A Duri.js35 var hexCharCodeArray = 0; variable
40 result[index++] = hexCharCodeArray[octet >> 4];
41 result[index++] = hexCharCodeArray[octet & 0x0F];
47 if (hexCharCodeArray === 0) {
48 hexCharCodeArray = [48, 49, 50, 51, 52, 53, 54, 55, 56, 57,

Completed in 46 milliseconds