Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts121 export function isStringType(type: Type): boolean { function
939 return (isNumberType(lhsType) && isNumberEnum) || (isStringType(lhsType) && isStringEnum);
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts244 export function isStringType(tsType: ts.Type): boolean { function
DTypeScriptLinter.ts1468 Utils.isOrDerivedFrom(type, Utils.isStringType) ||
/third_party/typescript/lib/
Dtypescript.d.ts8624 function isStringType(type: Type): boolean;
9240 function isStringType(tsType: ts.Type): boolean;
DtypescriptServices.d.ts8624 function isStringType(type: Type): boolean;
9240 function isStringType(tsType: ts.Type): boolean;
Dtsserverlibrary.d.ts12563 function isStringType(type: Type): boolean;
13179 function isStringType(tsType: ts.Type): boolean;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts8624 function isStringType(type: Type): boolean;
9240 function isStringType(tsType: ts.Type): boolean;
Dtsserverlibrary.d.ts12563 function isStringType(type: Type): boolean;
13179 function isStringType(tsType: ts.Type): boolean;