Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.cpp79 … checker::Type *indexedAccessType = checker->GetPropertyTypeForIndexType(baseType, indexType); in Check() local
81 if (indexedAccessType) { in Check()
82 return indexedAccessType; in Check()