Home
last modified time | relevance | path

Searched refs:isWrongSendableFunctionAssignment (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts1242 if (isWrongSendableFunctionAssignment(propType, rhsType)) {
2285 export function isWrongSendableFunctionAssignment( function
DTypeScriptLinter.ts2179 Utils.isWrongSendableFunctionAssignment(targetType, exprType)
2605 if (Utils.isWrongSendableFunctionAssignment(lhsType, rhsType)) {
/third_party/typescript/lib/
Dtypescript.d.ts9483 function isWrongSendableFunctionAssignment(lhsType: ts.Type, rhsType: ts.Type): boolean;
DtypescriptServices.d.ts9483 function isWrongSendableFunctionAssignment(lhsType: ts.Type, rhsType: ts.Type): boolean;
Dtsserverlibrary.d.ts13429 function isWrongSendableFunctionAssignment(lhsType: ts.Type, rhsType: ts.Type): boolean;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts9483 function isWrongSendableFunctionAssignment(lhsType: ts.Type, rhsType: ts.Type): boolean;
Dtsserverlibrary.d.ts13429 function isWrongSendableFunctionAssignment(lhsType: ts.Type, rhsType: ts.Type): boolean;