Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/parser/
Dparser-location-info.test.ts191 const bodyLocation = treeAdapter.getNodeSourceCodeLocation(bodyEl); constant
193 assert.ok(htmlLocation?.endTag && bodyLocation);
196 assert.strictEqual(htmlLocation.endTag.startOffset, bodyLocation.endOffset);
197 assert.strictEqual(htmlLocation.endTag.startLine, bodyLocation.endLine);
198 assert.strictEqual(htmlLocation.endTag.startCol, bodyLocation.endCol);
222 const bodyLocation = treeAdapter.getNodeSourceCodeLocation(bodyEl); constant
224 assert.ok(htmlLocation && bodyLocation);
226 assert.strictEqual(bodyLocation.endOffset, html.length);
Dindex.ts1513 const bodyLocation = p.treeAdapter.getNodeSourceCodeLocation(bodyElement); constant
1514 if (bodyLocation && !bodyLocation.endTag) {
/third_party/typescript/src/compiler/transformers/
Des2018.ts607 let bodyLocation: TextRange | undefined;
613 bodyLocation = node.statement;
618 bodyLocation = node.statement;
639 bodyLocation
664 let bodyLocation: TextRange | undefined;
669 bodyLocation = statement;
682 bodyLocation
/third_party/typescript/lib/
Dtsc.js85399 var bodyLocation = void 0;
85405 bodyLocation = node.statement;
85410 bodyLocation = node.statement;
85415 …ck(ts.setTextRange(factory.createNodeArray(statements), statementsLocation), true), bodyLocation));
85433 var bodyLocation;
85438 bodyLocation = statement;
85444 …extRange(factory.createNodeArray(statements), statementsLocation), true), bodyLocation), 48 | 384);
DtypingsInstaller.js101758 var bodyLocation = void 0;
101764 bodyLocation = node.statement;
101769 bodyLocation = node.statement;
101775 /*multiLine*/ true), bodyLocation));
101793 var bodyLocation;
101798 bodyLocation = statement;
101805 …/*multiLine*/ true), bodyLocation), 48 /* EmitFlags.NoSourceMap */ | 384 /* EmitFlags.NoTokenSourc…