Home
last modified time | relevance | path

Searched defs:indexType (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsIndexedAccessType.cpp47 checker::Type *indexType = checker->CheckTypeCached(indexType_); in Check() local
69 checker::Type *indexType = indexType_->AsTypeNode()->GetType(checker); in GetType() local
DtsIndexedAccessType.h34 explicit TSIndexedAccessType(Expression *objectType, Expression *indexType) in TSIndexedAccessType()
DtsIndexSignature.cpp56 checker::Type *indexType = typeAnnotation_->AsTypeNode()->GetType(checker); in Check() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.cpp78 checker::Type *indexType = property_->Check(checker); in Check() local
136 checker::Type *indexType = objType->StringIndexInfo()->GetType(); in Check() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeElaborationContext.cpp29 Type *ElaborationContext::GetBestMatchingType(Type *indexType, const ir::Expression *sourceNode) in GetBestMatchingType()
Dobject.cpp372 IndexInfo *Checker::GetApplicableIndexInfo(Type *type, Type *indexType) in GetApplicableIndexInfo()
398 Type *Checker::GetPropertyTypeForIndexType(Type *type, Type *indexType) in GetPropertyTypeForIndexType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp903 GateType indexType = acc_.GetGateType(index); in VisitIndexCheck() local
948 GateType indexType = acc_.GetGateType(index); in VisitLoadElement() local
966 GateType indexType = acc_.GetGateType(index); in VisitStoreElement() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1032 ir::Expression *indexType = ParseTsTypeAnnotation(&options); in ParseTsIndexAccessType() local