Searched refs:startCol (Results 1 – 19 of 19) sorted by relevance
/third_party/parse5/packages/parse5/lib/extensions/error-reporting/ |
D | parser-mixin.js | 20 err.startCol = this.ctLoc.startCol; 24 err.endCol = this.locBeforeToken ? this.ctLoc.startCol : this.ctLoc.endCol;
|
D | mixin-base.js | 15 err.startCol = err.endCol = this.posTracker.col; 23 startCol: -1, property
|
/third_party/parse5/packages/parse5/docs/source-code-location/ |
D | location.md | 8 * [startCol](#startcol) 45 ### startCol subsection 47 **● startCol**: *`number`*
|
D | start-tag-location.md | 9 * [startCol](#startcol) 55 ### startCol subsection 57 **● startCol**: *`number`*
|
D | element-location.md | 10 * [startCol](#startcol) 66 ### startCol subsection 68 **● startCol**: *`number`*
|
/third_party/parse5/packages/parse5-sax-parser/test/ |
D | location-info.test.js | 16 assert.strictEqual(typeof sourceCodeLocation.startCol, 'number'); 39 startCol: 35, property
|
/third_party/parse5/packages/parse5/lib/extensions/location-info/ |
D | tokenizer-mixin.js | 20 startCol: this.posTracker.col, 97 this.currentCharacterToken.location.endCol = ctLoc.startCol; 103 ctLoc.endCol = ctLoc.startCol;
|
D | parser-mixin.js | 54 endLoc.endCol = ctLoc.startCol;
|
/third_party/parse5/test/utils/ |
D | generate-parsing-tests.js | 65 let errStr = `(${err.startLine}:${err.startCol}`; 68 if (err.startLine !== err.endLine || err.startCol !== err.endCol) {
|
D | common.js | 142 lines[0] = lines[0].substring(loc.startCol - 1);
|
/third_party/parse5/packages/parse5/test/ |
D | tokenizer.test.js | 21 col: err.startCol
|
D | location-info-parser.test.js | 140 column: location.startCol,
|
/third_party/parse5/packages/parse5/lib/parser/ |
D | index.js | 910 String(token.location.startLine) + String(token.location.startCol); 917 column: String(token.location.startCol) || 1, 940 column: token.location.startCol || 1, 957 column: lastToken.location.startCol || 1,
|
/third_party/parse5/docs/ |
D | version-history.md | 38 [startCol](https://github.com/inikulin/parse5/blob/master/packages/parse5/docs/source-code-location…
|
/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 | 4320 startCol:0, 4321 >startCol : Symbol(startCol, Decl(parserharness.ts, 1473, 40))
|