Searched refs:is_octal (Results 1 – 1 of 1) sorted by relevance
366 function is_octal(num) { function381 return has_dot || has_e || has_x || is_octal(str) ? false : (has_dot = true);386 if (is_octal(num)) {