Searched refs:HandleDestructuringAssignment (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | destructuringContext.cpp | 54 void DestructuringContext::HandleDestructuringAssignment(const ir::Identifier *ident, Type *inferedType, in HandleDestructuringAssignment() function in panda::es2panda::checker::DestructuringContext 188 HandleDestructuringAssignment(assignmentPattern->Left()->AsIdentifier(), initType, defaultType); in HandleIdentifierPattern() 386 HandleDestructuringAssignment(rest->Argument()->AsIdentifier(), inferedRestType, nullptr); in HandleRest() 487 HandleDestructuringAssignment(it->AsIdentifier(), nextInferedType, nullptr); in Start() 539 HandleDestructuringAssignment(rest->Argument()->AsIdentifier(), inferedRestType, nullptr); in HandleRest() 673 HandleDestructuringAssignment(property->Value()->AsIdentifier(), nextInferedType, nullptr); in Start()
|
H A D | destructuringContext.h | 57 void HandleDestructuringAssignment(const ir::Identifier *ident, Type *inferedType, Type *defaultType);
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | destructuringContext.cpp | 55 void DestructuringContext::HandleDestructuringAssignment(ir::Identifier *ident, Type *inferredType, Type *defaultType) in HandleDestructuringAssignment() function in ark::es2panda::checker::DestructuringContext 185 HandleDestructuringAssignment(assignmentPattern->Left()->AsIdentifier(), initType, defaultType); in HandleAssignmentPattern() 390 HandleDestructuringAssignment(rest->Argument()->AsIdentifier(), inferredRestType, nullptr); in HandleRest() 461 HandleDestructuringAssignment(element->AsIdentifier(), nextInferredType, nullptr); in HandleElement() 547 HandleDestructuringAssignment(rest->Argument()->AsIdentifier(), inferredRestType, nullptr); in HandleRest() 678 HandleDestructuringAssignment(property->Value()->AsIdentifier(), nextInferredType, nullptr); in Start()
|
H A D | destructuringContext.h | 69 void HandleDestructuringAssignment(ir::Identifier *ident, Type *inferredType, Type *defaultType);
|
Completed in 3 milliseconds