Searched refs:_emitChars (Results 1 – 2 of 2) sorted by relevance
632 private _emitChars(ch: string): void { method in Tokenizer1091 this._emitChars(REPLACEMENT_CHARACTER);1114 this._emitChars(REPLACEMENT_CHARACTER);1137 this._emitChars(REPLACEMENT_CHARACTER);1156 this._emitChars(REPLACEMENT_CHARACTER);1195 this._emitChars('<');1201 this._emitChars('<');1224 this._emitChars('</');1281 this._emitChars('<');1294 this._emitChars('</');[all …]
4 …_emitChars(e){this._appendCharToCurrentCharacterToken(Qe.CHARACTER_TOKEN,e)}_matchNamedCharacterRe…