Searched refs:charRefCode (Results 1 – 2 of 2) sorted by relevance
270 private charRefCode = -1; property in Tokenizer3057 this.charRefCode = 0;3093 this.charRefCode = this.charRefCode * 16 + cp - 0x37;3095 this.charRefCode = this.charRefCode * 16 + cp - 0x57;3097 this.charRefCode = this.charRefCode * 16 + cp - 0x30;3111 this.charRefCode = this.charRefCode * 10 + cp - 0x30;3124 if (this.charRefCode === $.NULL) {3126 this.charRefCode = $.REPLACEMENT_CHARACTER;3127 } else if (this.charRefCode > 0x10_ff_ff) {3129 this.charRefCode = $.REPLACEMENT_CHARACTER;[all …]
4 …charRefCode=-1,this.tempBuff=[],this.lastStartTagName="",this.consumedAfterSnapshot=-1,this.active…