Home
last modified time | relevance | path

Searched defs:defaultType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeParameter.h25 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeParameter.h36 explicit TSTypeParameter(Identifier *name, Expression *constraint, Expression *defaultType) in TSTypeParameter()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp55 Type *defaultType) in HandleDestructuringAssignment()
133 Type *defaultType = assignmentPattern->Right()->Check(checker_); in HandleAssignmentPattern() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3324 ir::Expression *defaultType = nullptr; in ParseTsTypeParameter() local