Home
last modified time | relevance | path

Searched defs:memberIndex (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeElaborationContext.cpp65 util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), index_); in Start() local
DdestructuringContext.cpp213 util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), index_); in GetTypeFromTupleByIndex() local
317 … util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), iterIndex); in CreateTupleTypeForRest() local
Dfunction.cpp157 util::StringView memberIndex = util::Helpers::ToStringView(allocator_, index); in CreateParameterTypeForArrayAssignmentPattern() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.cpp245 util::StringView memberIndex = util::Helpers::ToStringView(checker->Allocator(), index); in Check() local
359 util::StringView memberIndex = util::Helpers::ToStringView(checker->Allocator(), index - 1); in CheckPattern() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTupleType.cpp59 util::StringView memberIndex = util::Helpers::ToStringView(checker->Allocator(), index); in GetType() local