Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5-sax-parser/test/
Dlocation-info.test.ts9 assert.strictEqual(typeof sourceCodeLocation.startCol, 'number');
39 startCol: 35,
/third_party/parse5/test/utils/
Dgenerate-parsing-tests.ts92 let errStr = `(${err.startLine}:${err.startCol}`;
95 if (err.startLine !== err.endLine || err.startCol !== err.endCol) {
Dgenerate-tokenization-tests.ts81 … ({ code, line, col }) => code === err.code && line === err.startLine && col === err.startCol
88 col: err.startCol,
Dcommon.ts124 lines[0] = lines[0].substring(loc.startCol - 1);
/third_party/parse5/packages/parse5/lib/parser/
Dparser-location-info.test.ts198 assert.strictEqual(htmlLocation.endTag.startCol, bodyLocation.endCol);
240 column: location.startCol,
Dindex.ts69 startCol: -1,
246 startCol: loc.startCol, constant
249 endCol: beforeToken ? loc.startCol : loc.endCol,
503 endCol: ctLoc.startCol,
/third_party/parse5/packages/parse5/lib/common/
Dtoken.ts19 startCol: number; property
/third_party/parse5/packages/parse5/lib/tokenizer/
Dpreprocessor.ts51 startCol: col,
Dindex.ts304 startCol: this.preprocessor.col - offset,
558 this.currentCharacterToken.location.endCol = nextLocation.startCol;
586 location.endCol = location.startCol;
3156 String(token.location?.startLine) + ',' + String(token.location?.startCol);
3176 String(token.location?.startLine) + ',' + String(token.location?.startCol);
3187 column: token.location?.startCol || 1,
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1476 startCol:0,
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1476 startCol:0, property
3348 startCol: 0, property
Dparserharness.types5970 >ref : { minChar: number; limChar: number; startLine: number; startCol: number; path: string; isRes…
5971startCol:0, path: isRef[1], isResident: fals…
5985 startCol:0,
5986 >startCol : number
6006 >ref : { minChar: number; limChar: number; startLine: number; startCol: number; path: string; isRes…
Dparserharness.errors.txt1758 startCol:0,
Dparserharness.symbols4378 startCol:0,
4379 >startCol : Symbol(startCol, Decl(parserharness.ts, 1473, 40))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4startCol=e.endCol=this.posTracker.col,e.startOffset=e.endOffset=this.posTracker.offset}_reportErro… property