Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts908 if (areCompatibleFunctionals(lhsType, rhsType)) {
942 function areCompatibleFunctionals(lhsType: Type, rhsType: Type) { function
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts873 if (areCompatibleFunctionals(lhsType, rhsType)) {
1830 function areCompatibleFunctionals(lhsType: ts.Type, rhsType: ts.Type): boolean { function