Searched defs:defaultType (Results 1 – 4 of 4) sorted by relevance
25 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
36 explicit TSTypeParameter(Identifier *name, Expression *constraint, Expression *defaultType) in TSTypeParameter()
55 Type *defaultType) in HandleDestructuringAssignment()133 Type *defaultType = assignmentPattern->Right()->Check(checker_); in HandleAssignmentPattern() local
3324 ir::Expression *defaultType = nullptr; in ParseTsTypeParameter() local