Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts189 parser.tmplInsertionModeStack.unshift(InsertionMode.IN_TEMPLATE);
229 tmplInsertionModeStack: InsertionMode[] = []; property in Parser
661 this.insertionMode = this.tmplInsertionModeStack[0];
1652 p.tmplInsertionModeStack.unshift(InsertionMode.IN_TEMPLATE);
1698 p.tmplInsertionModeStack.shift();
2658 if (p.tmplInsertionModeStack.length > 0) {
3370 p.tmplInsertionModeStack[0] = InsertionMode.IN_TABLE;
3376 p.tmplInsertionModeStack[0] = InsertionMode.IN_COLUMN_GROUP;
3382 p.tmplInsertionModeStack[0] = InsertionMode.IN_TABLE_BODY;
3389 p.tmplInsertionModeStack[0] = InsertionMode.IN_ROW;
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4tmplInsertionModeStack=[],this.tmplInsertionModeStackTop=-1,this.currentTmplInsertionMode=null,thi… property