Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
nextToken
Method · 0.95
scanIdentifier
Method · 0.95
scanNumber
Method · 0.95
scanString
Method · 0.95
scanTemplate
Method · 0.95
getChangeRecords
Function · 0.80
returnToken
Function · 0.80
parser.js
File · 0.80
getChangeRecords
Function · 0.80
getChangeRecords
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected