Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts318 export function isGenericArrayType(tsType: Type): tsType is TypeReference { function
330 …if (checkType === CheckType.Array && (isGenericArrayType(tsType) || isTypedArray(tsTypeNode))) ret…
DTypeScriptLinter.ts1417 !Utils.isGenericArrayType(tsElemAccessBaseExprType) &&
1603 …if (tsParamDecl.dotDotDotToken && Utils.isGenericArrayType(tsParamType) && tsParamType.typeArgumen…
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts498 export function isGenericArrayType(tsType: Type): tsType is TypeReference { function
530 return isGenericArrayType(tsType) || isReadonlyArrayType(tsType) || isTypedArray(tsType);
DTypeScriptLinter.ts2033 …if (tsParamDecl.dotDotDotToken && Utils.isGenericArrayType(tsParamType) && tsParamType.typeArgumen…
/third_party/typescript/lib/
Dtypescript.d.ts8685 function isGenericArrayType(tsType: Type): tsType is TypeReference;
9350 function isGenericArrayType(tsType: Type): tsType is TypeReference;
DtypescriptServices.d.ts8685 function isGenericArrayType(tsType: Type): tsType is TypeReference;
9350 function isGenericArrayType(tsType: Type): tsType is TypeReference;
Dtsserverlibrary.d.ts12631 function isGenericArrayType(tsType: Type): tsType is TypeReference;
13296 function isGenericArrayType(tsType: Type): tsType is TypeReference;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts8685 function isGenericArrayType(tsType: Type): tsType is TypeReference;
9350 function isGenericArrayType(tsType: Type): tsType is TypeReference;
Dtsserverlibrary.d.ts12631 function isGenericArrayType(tsType: Type): tsType is TypeReference;
13296 function isGenericArrayType(tsType: Type): tsType is TypeReference;