MCPcopy Create free account
hub / github.com/aurelia/binding / next

Method next

src/parser.js:377–379  ·  view source on GitHub ↗

Advance to the next char

()

Source from the content-addressed store, hash-verified

375
376 /** Advance to the next char */
377 next() {
378 return this.ch = this.src.charCodeAt(++this.idx);
379 }
380
381 scanIdentifier() {
382 // run to the next non-idPart

Callers 10

nextTokenMethod · 0.95
scanIdentifierMethod · 0.95
scanNumberMethod · 0.95
scanStringMethod · 0.95
scanTemplateMethod · 0.95
getChangeRecordsFunction · 0.80
returnTokenFunction · 0.80
parser.jsFile · 0.80
getChangeRecordsFunction · 0.80
getChangeRecordsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected