Searched refs:bRoot (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/compiler/ |
D | path.ts | 671 const bRoot = b.substring(0, getRootLength(b)); constant 672 const result = compareStringsCaseInsensitive(aRoot, bRoot); 680 const bRest = b.substring(bRoot.length);
|
/third_party/typescript/lib/ |
D | tsc.js | 3570 var bRoot = b.substring(0, getRootLength(b)); 3571 var result = ts.compareStringsCaseInsensitive(aRoot, bRoot); 3576 var bRest = b.substring(bRoot.length);
|
D | typingsInstaller.js | 6049 var bRoot = b.substring(0, getRootLength(b)); 6050 var result = ts.compareStringsCaseInsensitive(aRoot, bRoot); 6057 var bRest = b.substring(bRoot.length);
|
D | typescriptServices.js | 6254 var bRoot = b.substring(0, getRootLength(b)); 6255 var result = ts.compareStringsCaseInsensitive(aRoot, bRoot); 6262 var bRest = b.substring(bRoot.length);
|
D | tsserverlibrary.js | 6254 var bRoot = b.substring(0, getRootLength(b)); 6255 var result = ts.compareStringsCaseInsensitive(aRoot, bRoot); 6262 var bRest = b.substring(bRoot.length);
|
D | tsserver.js | 6060 var bRoot = b.substring(0, getRootLength(b)); 6061 var result = ts.compareStringsCaseInsensitive(aRoot, bRoot); 6068 var bRest = b.substring(bRoot.length);
|
D | typescript.js | 6254 var bRoot = b.substring(0, getRootLength(b)); 6255 var result = ts.compareStringsCaseInsensitive(aRoot, bRoot); 6262 var bRest = b.substring(bRoot.length);
|