Home
last modified time | relevance | path

Searched refs:typeContainsNonSendableClassOrInterface (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts918 return isStrictLhs && typeContainsNonSendableClassOrInterface(rhsType);
2059 export function typeContainsNonSendableClassOrInterface(type: ts.Type): boolean { function
2062 return typeContainsNonSendableClassOrInterface(compType);
/third_party/typescript/lib/
Dtypescript.d.ts9465 function typeContainsNonSendableClassOrInterface(type: ts.Type): boolean;
DtypescriptServices.d.ts9465 function typeContainsNonSendableClassOrInterface(type: ts.Type): boolean;
Dtsserverlibrary.d.ts13411 function typeContainsNonSendableClassOrInterface(type: ts.Type): boolean;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts9465 function typeContainsNonSendableClassOrInterface(type: ts.Type): boolean;
Dtsserverlibrary.d.ts13411 function typeContainsNonSendableClassOrInterface(type: ts.Type): boolean;