Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts248 static isGenericArrayType(tsType: ts.Type): tsType is ts.TypeReference { method in TsUtils
282 …return TsUtils.isGenericArrayType(tsType) || TsUtils.isReadonlyArrayType(tsType) || this.isTypedAr…
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts1950 …if (tsParamDecl.dotDotDotToken && TsUtils.isGenericArrayType(tsParamType) && tsParamType.typeArgum…