Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/tokenizer/
Dpreprocessor.ts100 public willDropParsedChunk(): boolean { method in Preprocessor
105 if (this.willDropParsedChunk()) {
/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.ts147 if (this.tokenizer.preprocessor.willDropParsedChunk()) {