Home
last modified time | relevance | path

Searched refs:currentTupleElement (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.cpp477 binder::Variable *currentTupleElement = inferedType_->AsObjectType()->Properties()[index_]; in Start() local
479 if (currentTupleElement) { in Start()
480 currentTupleElement->SetTsType(nextInferedType); in Start()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.cpp520 varbinder::Variable *currentTupleElement = inferredType_->AsObjectType()->Properties()[index_]; in Start() local
522 if (currentTupleElement != nullptr) { in Start()
523 currentTupleElement->SetTsType(nextInferredType); in Start()

Completed in 2 milliseconds