Searched refs:currentCharacterToken (Results 1 – 2 of 2) sorted by relevance
275 private currentCharacterToken: CharacterToken | null = null; property in Tokenizer457 this.currentCharacterToken = {553 if (this.currentCharacterToken) {556 if (nextLocation && this.currentCharacterToken.location) {557 this.currentCharacterToken.location.endLine = nextLocation.startLine;558 this.currentCharacterToken.location.endCol = nextLocation.startCol;559 this.currentCharacterToken.location.endOffset = nextLocation.startOffset;562 switch (this.currentCharacterToken.type) {564 this.handler.onCharacter(this.currentCharacterToken);568 this.handler.onNullCharacter(this.currentCharacterToken);[all …]
4 …currentCharacterToken.location=e.ctLoc},_createEOFToken(){t._createEOFToken.call(this),this.curren… property