Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp427 IndexInfo *indexInfo = GetApplicableIndexInfo(type, indexType); in GetPropertyTypeForIndexType() local
429 if (indexInfo) { in GetPropertyTypeForIndexType()
430 Type *indexInfoType = indexInfo->GetType(); in GetPropertyTypeForIndexType()
432 if (indexInfo->Readonly()) { in GetPropertyTypeForIndexType()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h729 void AddIndexInfoToRecordInfo(RecordType type, std::pair<uint32_t, uint32_t> indexInfo) in AddIndexInfoToRecordInfo() argument
732 recordInfo_[type].emplace_back(indexInfo); in AddIndexInfoToRecordInfo()
/arkcompiler/ets_frontend/es2panda/
DCMakeLists.txt268 typescript/types/indexInfo.cpp
DBUILD.gn226 "typescript/types/indexInfo.cpp",