MCPcopy Index your code
hub / github.com/json5/json5 / afterPropertyName

Function afterPropertyName

lib/parse.js:657–663  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

655 },
656
657 afterPropertyName () {
658 if (c === ':') {
659 return newToken('punctuator', read())
660 }
661
662 throw invalidChar(read())
663 },
664
665 beforePropertyValue () {
666 lexState = 'value'

Callers

nothing calls this directly

Calls 4

newTokenFunction · 0.85
readFunction · 0.85
invalidCharFunction · 0.85
invalidEOFFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…