Home
last modified time | relevance | path

Searched refs:currentCharacterToken (Results 1 – 2 of 2) sorted by relevance

/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts275 private currentCharacterToken: CharacterToken | null = null; property in Tokenizer
457 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 …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4currentCharacterToken.location=e.ctLoc},_createEOFToken(){t._createEOFToken.call(this),this.curren… property