Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/extensions/error-reporting/
Dparser-mixin.js20 err.startCol = this.ctLoc.startCol;
24 err.endCol = this.locBeforeToken ? this.ctLoc.startCol : this.ctLoc.endCol;
Dmixin-base.js15 err.startCol = err.endCol = this.posTracker.col;
23 startCol: -1, property
/third_party/parse5/packages/parse5/docs/source-code-location/
Dlocation.md8 * [startCol](#startcol)
45 ### startCol subsection
47 **● startCol**: *`number`*
Dstart-tag-location.md9 * [startCol](#startcol)
55 ### startCol subsection
57 **● startCol**: *`number`*
Delement-location.md10 * [startCol](#startcol)
66 ### startCol subsection
68 **● startCol**: *`number`*
/third_party/parse5/packages/parse5-sax-parser/test/
Dlocation-info.test.js16 assert.strictEqual(typeof sourceCodeLocation.startCol, 'number');
39 startCol: 35, property
/third_party/parse5/packages/parse5/lib/extensions/location-info/
Dtokenizer-mixin.js20 startCol: this.posTracker.col,
97 this.currentCharacterToken.location.endCol = ctLoc.startCol;
103 ctLoc.endCol = ctLoc.startCol;
Dparser-mixin.js54 endLoc.endCol = ctLoc.startCol;
/third_party/parse5/test/utils/
Dgenerate-parsing-tests.js65 let errStr = `(${err.startLine}:${err.startCol}`;
68 if (err.startLine !== err.endLine || err.startCol !== err.endCol) {
Dcommon.js142 lines[0] = lines[0].substring(loc.startCol - 1);
/third_party/parse5/packages/parse5/test/
Dtokenizer.test.js21 col: err.startCol
Dlocation-info-parser.test.js140 column: location.startCol,
/third_party/parse5/packages/parse5/lib/parser/
Dindex.js910 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/
Dversion-history.md38 [startCol](https://github.com/inikulin/parse5/blob/master/packages/parse5/docs/source-code-location…
/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.symbols4320 startCol:0,
4321 >startCol : Symbol(startCol, Decl(parserharness.ts, 1473, 40))