Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp54 …DestructuringContext::HandleDestructuringAssignment(const ir::Identifier *ident, Type *inferedType, in HandleDestructuringAssignment()
73 void DestructuringContext::SetInferedTypeForVariable(binder::Variable *var, Type *inferedType, in SetInferedTypeForVariable()
126 …text::HandleAssignmentPattern(const ir::AssignmentExpression *assignmentPattern, Type *inferedType, in HandleAssignmentPattern()
279 Type *ArrayDestructuringContext::CreateArrayTypeForRest(UnionType *inferedType) in CreateArrayTypeForRest()
Dfunction.cpp141 …eParameterTypeForArrayAssignmentPattern(const ir::ArrayExpression *arrayPattern, Type *inferedType) in CreateParameterTypeForArrayAssignmentPattern()
168 Type *inferedType) in CreateParameterTypeForObjectAssignmentPattern()