Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js366 function is_octal(num) { function
381 return has_dot || has_e || has_x || is_octal(str) ? false : (has_dot = true);
386 if (is_octal(num)) {