Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/parser/
Dopen-element-stack.test.ts275 assert.ok(!stack.getCommonAncestor(element));
278 assert.ok(!stack.getCommonAncestor(element));
281 assert.ok(!stack.getCommonAncestor(element));
286 assert.strictEqual(stack.getCommonAncestor(element), ancestor);
Dopen-element-stack.ts236 getCommonAncestor(element: T['element']): T['element'] | null { method in OpenElementStack
Dindex.ts1364 let nextElement = p.openElements.getCommonAncestor(furthestBlock) as T['element'];
1368 nextElement = p.openElements.getCommonAncestor(element) as T['element'];
1470 const commonAncestor = p.openElements.getCommonAncestor(formattingElementEntry.element);
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4getCommonAncestor(t);for(let s=0,o=i;o!==n;s++,o=i){i=e.openElements.getCommonAncestor(o);const n=… method in e.exports