Searched refs:tmplInsertionModeStack (Results 1 – 2 of 2) sorted by relevance
189 parser.tmplInsertionModeStack.unshift(InsertionMode.IN_TEMPLATE);229 tmplInsertionModeStack: InsertionMode[] = []; property in Parser661 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 …]
4 …tmplInsertionModeStack=[],this.tmplInsertionModeStackTop=-1,this.currentTmplInsertionMode=null,thi… property