Searched refs:startCol (Results 1 – 15 of 15) sorted by relevance
/third_party/parse5/packages/parse5-sax-parser/test/ |
D | location-info.test.ts | 9 assert.strictEqual(typeof sourceCodeLocation.startCol, 'number'); 39 startCol: 35,
|
/third_party/parse5/test/utils/ |
D | generate-parsing-tests.ts | 92 let errStr = `(${err.startLine}:${err.startCol}`; 95 if (err.startLine !== err.endLine || err.startCol !== err.endCol) {
|
D | generate-tokenization-tests.ts | 81 … ({ code, line, col }) => code === err.code && line === err.startLine && col === err.startCol 88 col: err.startCol,
|
D | common.ts | 124 lines[0] = lines[0].substring(loc.startCol - 1);
|
/third_party/parse5/packages/parse5/lib/parser/ |
D | parser-location-info.test.ts | 198 assert.strictEqual(htmlLocation.endTag.startCol, bodyLocation.endCol); 240 column: location.startCol,
|
D | index.ts | 69 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/ |
D | token.ts | 19 startCol: number; property
|
/third_party/parse5/packages/parse5/lib/tokenizer/ |
D | preprocessor.ts | 51 startCol: col,
|
D | index.ts | 304 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/ |
D | parserharness.ts | 1476 startCol:0,
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.js | 1476 startCol:0, property 3348 startCol: 0, property
|
D | parserharness.types | 5970 >ref : { minChar: number; limChar: number; startLine: number; startCol: number; path: string; isRes… 5971 …startCol: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…
|
D | parserharness.errors.txt | 1758 startCol:0,
|
D | parserharness.symbols | 4378 startCol:0, 4379 >startCol : Symbol(startCol, Decl(parserharness.ts, 1473, 40))
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …startCol=e.endCol=this.posTracker.col,e.startOffset=e.endOffset=this.posTracker.offset}_reportErro… property
|