Home
last modified time | relevance | path

Searched refs:indexInfo (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DobjectDescriptor.cpp19 #include <typescript/types/indexInfo.h>
H A DobjectLiteralType.cpp19 #include <typescript/types/indexInfo.h>
H A DtypeRelation.cpp19 #include <typescript/types/indexInfo.h>
H A DobjectType.cpp18 #include <typescript/types/indexInfo.h>
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dobject.cpp38 #include "checker/types/ts/indexInfo.h"
420 IndexInfo *indexInfo = GetApplicableIndexInfo(type, indexType); in GetPropertyTypeForIndexType() local
422 if (indexInfo != nullptr) { in GetPropertyTypeForIndexType()
423 Type *indexInfoType = indexInfo->GetType(); in GetPropertyTypeForIndexType()
425 if (indexInfo->Readonly()) { in GetPropertyTypeForIndexType()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dobject.cpp39 #include <typescript/types/indexInfo.h>
433 IndexInfo *indexInfo = GetApplicableIndexInfo(type, indexType); in GetPropertyTypeForIndexType() local
435 if (indexInfo) { in GetPropertyTypeForIndexType()
436 Type *indexInfoType = indexInfo->GetType(); in GetPropertyTypeForIndexType()
438 if (indexInfo->Readonly()) { in GetPropertyTypeForIndexType()
H A DtypeCreation.cpp17 #include <typescript/types/indexInfo.h>
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTupleType.cpp21 #include <typescript/types/indexInfo.h>

Completed in 5 milliseconds