Home
last modified time | relevance | path

Searched refs:HandleDestructuringAssignment (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp54 void DestructuringContext::HandleDestructuringAssignment(const ir::Identifier *ident, Type *infered… in HandleDestructuringAssignment() function in panda::es2panda::checker::DestructuringContext
163HandleDestructuringAssignment(assignmentPattern->Left()->AsIdentifier(), initType, defaultType); in HandleAssignmentPattern()
376HandleDestructuringAssignment(rest->Argument()->AsIdentifier(), inferedRestType, nullptr); in HandleRest()
477 HandleDestructuringAssignment(it->AsIdentifier(), nextInferedType, nullptr); in Start()
529 HandleDestructuringAssignment(rest->Argument()->AsIdentifier(), inferedRestType, nullptr); in HandleRest()
660HandleDestructuringAssignment(property->Value()->AsIdentifier(), nextInferedType, nullptr); in Start()
DdestructuringContext.h57 …void HandleDestructuringAssignment(const ir::Identifier *ident, Type *inferedType, Type *defaultTy…