Searched refs:iterIndex (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | destructuringContext.cpp | 321 uint32_t iterIndex = 0; in CreateTupleTypeForRest() local 327 util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), iterIndex); in CreateTupleTypeForRest() 335 iterIndex++; in CreateTupleTypeForRest() 341 return checker_->CreateTupleType(desc, std::move(elementFlags), ElementFlags::REQUIRED, iterIndex, iterIndex, in CreateTupleTypeForRest()
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | destructuringContext.cpp | 325 uint32_t iterIndex = 0; in CreateTupleTypeForRest() local 331 util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), iterIndex); in CreateTupleTypeForRest() 339 iterIndex++; in CreateTupleTypeForRest() 345 const checker::TupleTypeInfo tupleTypeInfo = {ElementFlags::REQUIRED, iterIndex, iterIndex, false}; in CreateTupleTypeForRest()
|
Completed in 2 milliseconds