Searched refs:getElementEntryInScopeWithTagName (Results 1 – 4 of 4) sorted by relevance
183 assert.ok(!list.getElementEntryInScopeWithTagName($.DIV));187 assert.strictEqual(list.getElementEntryInScopeWithTagName($.DIV), list.entries[0]);190 assert.ok(!list.getElementEntryInScopeWithTagName($.DIV));193 assert.strictEqual(list.getElementEntryInScopeWithTagName($.DIV), list.entries[0]);
146 getElementEntryInScopeWithTagName(tagName: string): ElementEntry<T> | null { method in FormattingElementList
1313 …let formattingElementEntry = p.activeFormattingElements.getElementEntryInScopeWithTagName(token.ta…2007 const activeElementEntry = p.activeFormattingElements.getElementEntryInScopeWithTagName(TN.A);
4 …getElementEntryInScopeWithTagName(e){for(let n=this.length-1;n>=0;n--){const r=this.entries[n];if(… method in e.onattribname.anonymousFunctionb8487f9d20e00.t