Home | History | Annotate | Download | only in UglifyJS

Lines Matching refs:hex_bytes

384                     case "x" : return String.fromCharCode(hex_bytes(2));
385 case "u" : return String.fromCharCode(hex_bytes(4));
390 function hex_bytes(n) {