Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js375 case 120 : return String.fromCharCode(hex_bytes(2)); // \x
376 case 117 : return String.fromCharCode(hex_bytes(4)); // \u
405 function hex_bytes(n) { function