Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/parser/
Dparser-location-info.test.ts26 const firstPLocation = treeAdapter.getNodeSourceCodeLocation(firstP);
42 const location = treeAdapter.getNodeSourceCodeLocation(firstChild);
59 assert.ok(treeAdapter.getNodeSourceCodeLocation(firstChild));
86 assert.ok(treeAdapter.getNodeSourceCodeLocation(firstChild)?.attrs?.['test-attr']);
107 const scriptLocation = treeAdapter.getNodeSourceCodeLocation(scriptEl);
123 const location = treeAdapter.getNodeSourceCodeLocation(p);
143 const location = treeAdapter.getNodeSourceCodeLocation(foreignObject);
162 const location = treeAdapter.getNodeSourceCodeLocation(script);
163 … const textLocation = treeAdapter.getNodeSourceCodeLocation(treeAdapter.getChildNodes(script)[0]);
190 const htmlLocation = treeAdapter.getNodeSourceCodeLocation(htmlEl);
[all …]
Dindex.ts469 const tnLoc = this.treeAdapter.getNodeSourceCodeLocation(textNode);
487 if (this.treeAdapter.getNodeSourceCodeLocation(element) && closingToken.location) {
1507 const htmlLocation = p.treeAdapter.getNodeSourceCodeLocation(htmlElement);
1513 const bodyLocation = p.treeAdapter.getNodeSourceCodeLocation(bodyElement);
3443 if (bodyElement && !p.treeAdapter.getNodeSourceCodeLocation(bodyElement)?.endTag) {
/third_party/parse5/packages/parse5-parser-stream/test/
Dlocation-info.test.ts25 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(htmlEl), null);
26 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(headEl), null);
27 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(bodyEl), null);
/third_party/parse5/packages/parse5/lib/tree-adapters/
Dinterface.ts154 getNodeSourceCodeLocation(node: T['node']): ElementLocation | undefined | null; method
Ddefault.ts307 getNodeSourceCodeLocation(node: Node): ElementLocation | undefined | null {
/third_party/parse5/test/utils/
Dgenerate-location-info-parser-tests.ts138 const location = treeAdapter.getNodeSourceCodeLocation(node);
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.ts280 getNodeSourceCodeLocation(node: AnyNode): Token.ElementLocation | null | undefined {
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4getNodeSourceCodeLocation=function(e){return e.sourceCodeLocation},t.updateNodeSourceCodeLocation=… function