Home
last modified time | relevance | path

Searched refs:constructSignature (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeCreation.cpp136 Type *Checker::CreateObjectTypeWithConstructSignature(Signature *constructSignature) in CreateObjectTypeWithConstructSignature() argument
140 objType->AddConstructSignature(constructSignature); in CreateObjectTypeWithConstructSignature()
152 Type *Checker::CreateConstructorTypeWithSignature(Signature *constructSignature) in CreateConstructorTypeWithSignature() argument
156 constructObjType->AddConstructSignature(constructSignature); in CreateConstructorTypeWithSignature()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeCreation.cpp132 Type *TSChecker::CreateObjectTypeWithConstructSignature(Signature *constructSignature) in CreateObjectTypeWithConstructSignature() argument
135 objType->AddConstructSignature(constructSignature); in CreateObjectTypeWithConstructSignature()
146 Type *TSChecker::CreateConstructorTypeWithSignature(Signature *constructSignature) in CreateConstructorTypeWithSignature() argument
149 constructObjType->AddConstructSignature(constructSignature); in CreateConstructorTypeWithSignature()
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsConstructorType.cpp59 auto *constructSignature = in Check() local
62 return checker->CreateConstructorTypeWithSignature(constructSignature); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h304 Type *CreateConstructorTypeWithSignature(Signature *constructSignature);
313 Type *CreateObjectTypeWithConstructSignature(Signature *constructSignature);
H A DTSAnalyzer.cpp1514 auto *constructSignature = in Check() local
1517 return checker->CreateConstructorTypeWithSignature(constructSignature); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h377 Type *CreateConstructorTypeWithSignature(Signature *constructSignature);
386 Type *CreateObjectTypeWithConstructSignature(Signature *constructSignature);

Completed in 6 milliseconds