Home
last modified time | relevance | path

Searched defs:currentType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeElaborationContext.cpp32 Type *currentType = checker_->GetPropertyTypeForIndexType(*it, indexType); in GetBestMatchingType() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DtypeElaborationContext.cpp35 Type *currentType = checker_->GetPropertyTypeForIndexType(*it, indexType); in GetBestMatchingType() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1336 PGOSampleType currentType(profileType); in DumpCreateObject() local
1342 …auto currentType = PGOSampleType::CreateProfileType(abcId, traceId, ProfileType::Kind::ArrayLitera… in DumpCreateObject() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp267 auto currentType = exprType->AsETSUnionType()->ConstituentTypes()[i]; in HandleUnionTypeInForOf() local