Home
last modified time | relevance | path

Searched defs:currentType (Results 1 – 7 of 7) 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_frontend/ets2panda/checker/ets/
DtypeCreation.cpp524 auto enqueueSupers = [&](ETSObjectType *currentType) { in CreateUnionFromKeyofType()
534 auto *currentType = superTypes.front(); in CreateUnionFromKeyofType() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfaceObjectLiteralLowering.cpp129 checker::ETSObjectType *currentType = nullptr) in FillClassBody()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1370 PGOSampleType currentType(profileType); in DumpCreateObject() local
1376 …auto currentType = PGOSampleType::CreateProfileType(abcId, traceId, ProfileType::Kind::ArrayLitera… in DumpCreateObject() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp240 auto currentType = exprType->AsETSUnionType()->ConstituentTypes()[i]; in HandleUnionTypeInForOf() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp706 std::string currentType; in SplitUnionTypes() local