MCPcopy Create free account
hub / github.com/node-inspector/node-inspector / is_digit

Function is_digit

front-end/UglifyJS/parse-js.js:214–217  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

212};
213
214function is_digit(ch) {
215 ch = ch.charCodeAt(0);
216 return ch >= 48 && ch <= 57;
217};
218
219function parse_js_number(num) {
220 if (RE_HEX_NUMBER.test(num)) {

Callers 2

handle_dotFunction · 0.85
next_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…