Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/functions/
DSupportedStdCallAPI.ts63 if (!this.isValidObjectAssignRecordType(targetArgType)) {
67 if (!contextualType || !this.isValidObjectAssignRecordType(contextualType)) {
74 private isValidObjectAssignRecordType(type: ts.Type): boolean { method in SupportedStdCallApiChecker