Searched refs:HandleDestructuringAssignment (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 54 void DestructuringContext::HandleDestructuringAssignment(const ir::Identifier *ident, Type *infered… in HandleDestructuringAssignment() function in panda::es2panda::checker::DestructuringContext 163 … HandleDestructuringAssignment(assignmentPattern->Left()->AsIdentifier(), initType, defaultType); in HandleAssignmentPattern() 376 … HandleDestructuringAssignment(rest->Argument()->AsIdentifier(), inferedRestType, nullptr); in HandleRest() 477 HandleDestructuringAssignment(it->AsIdentifier(), nextInferedType, nullptr); in Start() 529 HandleDestructuringAssignment(rest->Argument()->AsIdentifier(), inferedRestType, nullptr); in HandleRest() 660 … HandleDestructuringAssignment(property->Value()->AsIdentifier(), nextInferedType, nullptr); in Start()
|
| D | destructuringContext.h | 57 …void HandleDestructuringAssignment(const ir::Identifier *ident, Type *inferedType, Type *defaultTy…
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | destructuringContext.cpp | 55 void DestructuringContext::HandleDestructuringAssignment(ir::Identifier *ident, Type *inferredType,… in HandleDestructuringAssignment() function in panda::es2panda::checker::DestructuringContext 164 … HandleDestructuringAssignment(assignmentPattern->Left()->AsIdentifier(), initType, defaultType); in HandleAssignmentPattern() 377 … HandleDestructuringAssignment(rest->Argument()->AsIdentifier(), inferredRestType, nullptr); in HandleRest() 478 HandleDestructuringAssignment(it->AsIdentifier(), nextInferredType, nullptr); in Start() 530 HandleDestructuringAssignment(rest->Argument()->AsIdentifier(), inferredRestType, nullptr); in HandleRest() 661 … HandleDestructuringAssignment(property->Value()->AsIdentifier(), nextInferredType, nullptr); in Start()
|
| D | destructuringContext.h | 57 … void HandleDestructuringAssignment(ir::Identifier *ident, Type *inferredType, Type *defaultType);
|