Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts993 this._stateBogusDoctype(cp);
2473 this._stateBogusDoctype(cp);
2522 this._stateBogusDoctype(cp);
2568 this._stateBogusDoctype(cp);
2684 this._stateBogusDoctype(cp);
2728 this._stateBogusDoctype(cp);
2776 this._stateBogusDoctype(cp);
2822 this._stateBogusDoctype(cp);
2925 this._stateBogusDoctype(cp);
2932 private _stateBogusDoctype(cp: number): void { method in Tokenizer