Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp133 Type *Checker::CreateObjectTypeWithConstructSignature(Signature *constructSignature) in CreateObjectTypeWithConstructSignature()
147 Type *Checker::CreateConstructorTypeWithSignature(Signature *constructSignature) in CreateConstructorTypeWithSignature()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsConstructorType.cpp59 auto *constructSignature = in Check() local