Searched refs:typeIsRecursive (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/linter/ArkTSLinter_1_0/ |
| D | Utils.ts | 1495 export function typeIsRecursive(topType: Type, type: Type | undefined = undefined): boolean { function 1508 if (typeIsRecursive(topType, unionElem)) { 1517 if (typeIsRecursive(topType, typeArg)) {
|
| /third_party/typescript/src/linter/ArkTSLinter_1_1/ |
| D | Utils.ts | 1629 export function typeIsRecursive(topType: Type, type: Type | undefined = undefined): boolean { function 1642 if (typeIsRecursive(topType, unionElem)) { 1651 if (typeIsRecursive(topType, typeArg)) {
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 8736 function typeIsRecursive(topType: Type, type?: Type | undefined): boolean; 9354 function typeIsRecursive(topType: Type, type?: Type | undefined): boolean;
|
| D | typescriptServices.d.ts | 8736 function typeIsRecursive(topType: Type, type?: Type | undefined): boolean; 9354 function typeIsRecursive(topType: Type, type?: Type | undefined): boolean;
|
| D | tsserverlibrary.d.ts | 12675 function typeIsRecursive(topType: Type, type?: Type | undefined): boolean; 13293 function typeIsRecursive(topType: Type, type?: Type | undefined): boolean;
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 8736 function typeIsRecursive(topType: Type, type?: Type | undefined): boolean; 9354 function typeIsRecursive(topType: Type, type?: Type | undefined): boolean;
|
| D | tsserverlibrary.d.ts | 12675 function typeIsRecursive(topType: Type, type?: Type | undefined): boolean; 13293 function typeIsRecursive(topType: Type, type?: Type | undefined): boolean;
|