Searched refs:GetPropertyTypeForIndexType (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | typeElaborationContext.cpp | 35 Type *currentType = checker_->GetPropertyTypeForIndexType(*it, indexType); in GetBestMatchingType() 73 checker_->GetPropertyTypeForIndexType(targetType_, checker_->CreateStringLiteralType(memberIndex)); in Start() 142 targetElementType = checker_->GetPropertyTypeForIndexType(targetType_, propKeyType); in Start()
|
H A D | object.cpp | 391 Type *TSChecker::GetPropertyTypeForIndexType(Type *type, Type *indexType) in GetPropertyTypeForIndexType() function in ark::es2panda::checker::TSChecker
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | typeElaborationContext.cpp | 35 Type *currentType = checker_->GetPropertyTypeForIndexType(*it, indexType); in GetBestMatchingType() 73 checker_->GetPropertyTypeForIndexType(targetType_, checker_->CreateStringLiteralType(memberIndex)); in Start() 140 targetElementType = checker_->GetPropertyTypeForIndexType(targetType_, propKeyType); in Start()
|
H A D | object.cpp | 403 Type *Checker::GetPropertyTypeForIndexType(Type *type, Type *indexType) in GetPropertyTypeForIndexType() function in panda::es2panda::checker::Checker
|
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsIndexedAccessType.cpp | 77 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType()
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsIndexedAccessType.cpp | 70 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | memberExpression.cpp | 109 checker::Type *indexedAccessType = checker->GetPropertyTypeForIndexType(baseType, indexType); in Check()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSchecker.h | 334 Type *GetPropertyTypeForIndexType(Type *type, Type *indexType);
|
H A D | TSAnalyzer.cpp | 648 checker::Type *indexedAccessType = checker->GetPropertyTypeForIndexType(baseType, indexType); in Check()
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
H A D | checker.h | 408 Type *GetPropertyTypeForIndexType(Type *type, Type *indexType);
|
Completed in 8 milliseconds