MCPcopy Create free account
hub / github.com/browserify/static-module / isDecimalDigit

Function isDecimalDigit

bench/input.js:4453–4455  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

4451 return state.pos !== start
4452};
4453function isDecimalDigit(ch) {
4454 return ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */
4455}
4456
4457// https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigits
4458pp$9.regexp_eatHexDigits = function(state) {

Callers 2

input.jsFile · 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…