Home
last modified time | relevance | path

Searched defs:inferedType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp52 …DestructuringContext::HandleDestructuringAssignment(const ir::Identifier *ident, Type *inferedType, in HandleDestructuringAssignment()
71 void DestructuringContext::SetInferedTypeForVariable(binder::Variable *var, Type *inferedType, in SetInferedTypeForVariable()
124 …text::HandleAssignmentPattern(const ir::AssignmentExpression *assignmentPattern, Type *inferedType, in HandleAssignmentPattern()
183 Type *inferedType, Type *defaultType) in HandleIdentifierPattern()
287 Type *ArrayDestructuringContext::CreateArrayTypeForRest(UnionType *inferedType) in CreateArrayTypeForRest()
Dfunction.cpp125 …eParameterTypeForArrayAssignmentPattern(const ir::ArrayExpression *arrayPattern, Type *inferedType) in CreateParameterTypeForArrayAssignmentPattern()
154 Type *inferedType) in CreateParameterTypeForObjectAssignmentPattern()