Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DrulesMap.ts61 const map: Rule[][] = new Array(mapRowLength * mapRowLength);
83 return (row * mapRowLength) + column;
88 const mapRowLength = SyntaxKind.LastToken + 1; constant