Home
last modified time | relevance | path

Searched refs:SetInferedType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp179 nextContext.SetInferedType(inferedType); in HandleAssignmentPattern()
187 nextContext.SetInferedType(inferedType); in HandleAssignmentPattern()
387 nextContext.SetInferedType(inferedRestType); in HandleRest()
395 nextContext.SetInferedType(inferedRestType); in HandleRest()
487 nextContext.SetInferedType(nextInferedType); in Start()
494 nextContext.SetInferedType(nextInferedType); in Start()
673 nextContext.SetInferedType(nextInferedType); in Start()
682 nextContext.SetInferedType(nextInferedType); in Start()
DdestructuringContext.h41 void SetInferedType(Type *type) in SetInferedType() function
Dfunction.cpp301 destructuringContext.SetInferedType(restType); in CheckFunctionRestParameter()
310 destructuringContext.SetInferedType(restType); in CheckFunctionRestParameter()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp525 destructuringContext.SetInferedType( in CheckPattern()
542 destructuringContext.SetInferedType( in CheckPattern()