MCPcopy Index your code
hub / github.com/BloombergGraphics/whatiscode / isOctalDigit

Function isOctalDigit

scripts/libs/esprima.js:233–235  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

231 }
232
233 function isOctalDigit(ch) {
234 return '01234567'.indexOf(ch) >= 0;
235 }
236
237
238 // 7.2 White Space

Callers 4

scanOctalLiteralFunction · 0.85
isImplicitOctalLiteralFunction · 0.85
scanNumericLiteralFunction · 0.85
scanStringLiteralFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected