Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5-parser-stream/lib/
Dindex.js18 this.pendingHtmlInsertions = []; property
53 while (this.pendingHtmlInsertions.length) {
54 const html = this.pendingHtmlInsertions.pop();
69 this.pendingHtmlInsertions.push(html);