Searched refs:isValidObjectAssignRecordType (Results 1 – 1 of 1) sorted by relevance
63 if (!this.isValidObjectAssignRecordType(targetArgType)) {67 if (!contextualType || !this.isValidObjectAssignRecordType(contextualType)) {74 private isValidObjectAssignRecordType(type: ts.Type): boolean { method in SupportedStdCallApiChecker