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