| /third_party/typescript/src/services/codefixes/ |
| D | addMissingDeclareProperty.ts | 30 (!fixedNodes || tryAddToSet(fixedNodes, declaration))) {
|
| D | disableJsDiagnostics.ts | 52 if (!seenLines || tryAddToSet(seenLines, lineNumber)) {
|
| D | addMissingConst.ts | 61 if (!fixedNodes || tryAddToSet(fixedNodes, initializer)) {
|
| D | addMissingAwait.ts | 277 if (symbol && !tryAddToSet(fixedDeclarations, getSymbolId(symbol))) {
|
| /third_party/typescript/src/compiler/ |
| D | builder.ts | 566 if (!tryAddToSet(seenFileAndExportsOfFile, filePath)) { 763 if (tryAddToSet(seenFiles, path)) {
|
| D | core.ts | 610 export function tryAddToSet<T>(set: Set<T>, value: T) { function
|
| D | checker.ts | 7934 if (tryAddToSet(visited, getSymbolId(importSymbol))) { 34405 if (tryAddToSet(seenParentsWithEveryUnused, parent)) {
|
| /third_party/typescript/src/services/ |
| D | findAllReferences.ts | 1122 anyNewSymbols = tryAddToSet(seenSymbols, getSymbolId(sym)) || anyNewSymbols;
|
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 3306 if (!tryAddToSet(seenProjects, project.canonicalConfigFilePath)) return;
|
| D | session.ts | 575 return tryAddToSet(seenProjects, getProjectKey(project));
|
| /third_party/typescript/lib/ |
| D | tsserverlibrary.js | 871 function tryAddToSet(set, value) { function 878 ts.tryAddToSet = tryAddToSet; 51087 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) { 75216 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) { 110558 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) { 110718 if (ts.tryAddToSet(seenFiles, path)) { 125109 … anyNewSymbols = ts.tryAddToSet(seenSymbols, ts.getSymbolId(sym)) || anyNewSymbols; 136991 if (symbol && !ts.tryAddToSet(fixedDeclarations, ts.getSymbolId(symbol))) { 137062 if (!fixedNodes || ts.tryAddToSet(fixedNodes, initializer)) { 137137 (!fixedNodes || ts.tryAddToSet(fixedNodes, declaration))) { [all …]
|
| D | tsserver.js | 677 function tryAddToSet(set, value) { function 684 ts.tryAddToSet = tryAddToSet; 50893 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) { 75022 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) { 110364 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) { 110524 if (ts.tryAddToSet(seenFiles, path)) { 124540 … anyNewSymbols = ts.tryAddToSet(seenSymbols, ts.getSymbolId(sym)) || anyNewSymbols; 136422 if (symbol && !ts.tryAddToSet(fixedDeclarations, ts.getSymbolId(symbol))) { 136493 if (!fixedNodes || ts.tryAddToSet(fixedNodes, initializer)) { 136568 (!fixedNodes || ts.tryAddToSet(fixedNodes, declaration))) { [all …]
|
| D | typescript.js | 871 function tryAddToSet(set, value) { function 878 ts.tryAddToSet = tryAddToSet; 51087 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) { 75216 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) { 110558 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) { 110718 if (ts.tryAddToSet(seenFiles, path)) { 125109 … anyNewSymbols = ts.tryAddToSet(seenSymbols, ts.getSymbolId(sym)) || anyNewSymbols; 136991 if (symbol && !ts.tryAddToSet(fixedDeclarations, ts.getSymbolId(symbol))) { 137062 if (!fixedNodes || ts.tryAddToSet(fixedNodes, initializer)) { 137137 (!fixedNodes || ts.tryAddToSet(fixedNodes, declaration))) { [all …]
|
| D | typescriptServices.js | 871 function tryAddToSet(set, value) { function 878 ts.tryAddToSet = tryAddToSet; 51087 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) { 75216 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) { 110558 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) { 110718 if (ts.tryAddToSet(seenFiles, path)) { 125109 … anyNewSymbols = ts.tryAddToSet(seenSymbols, ts.getSymbolId(sym)) || anyNewSymbols; 136991 if (symbol && !ts.tryAddToSet(fixedDeclarations, ts.getSymbolId(symbol))) { 137062 if (!fixedNodes || ts.tryAddToSet(fixedNodes, initializer)) { 137137 (!fixedNodes || ts.tryAddToSet(fixedNodes, declaration))) { [all …]
|
| D | tsc.js | 586 function tryAddToSet(set, value) { function 593 ts.tryAddToSet = tryAddToSet; 41868 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) { 62793 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) { 90761 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) { 90890 if (ts.tryAddToSet(seenFiles, path)) {
|
| D | typingsInstaller.js | 666 function tryAddToSet(set, value) { function 673 ts.tryAddToSet = tryAddToSet; 50882 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) { 75011 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) { 110353 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) { 110513 if (ts.tryAddToSet(seenFiles, path)) {
|