Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/parser/
Dformatting-element-list.ts38 neAttrs: Attribute[]
42 const neAttrsLength = neAttrs.length;
73 const neAttrs = this.treeAdapter.getAttrList(newElement); constant
74 const candidates = this._getNoahArkConditionCandidates(newElement, neAttrs);
79 const neAttrsMap = new Map(neAttrs.map((neAttr: Attribute) => [neAttr.name, neAttr.value]));