Home
last modified time | relevance | path

Searched refs:CreateObjectTypeWithConstructSignature (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsSignatureDeclaration.cpp89 placeholderObj = checker->CreateObjectTypeWithConstructSignature(signature); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DtypeCreation.cpp132 Type *TSChecker::CreateObjectTypeWithConstructSignature(Signature *constructSignature) in CreateObjectTypeWithConstructSignature() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp136 Type *Checker::CreateObjectTypeWithConstructSignature(Signature *constructSignature) in CreateObjectTypeWithConstructSignature() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h313 Type *CreateObjectTypeWithConstructSignature(Signature *constructSignature);
DTSAnalyzer.cpp171 placeholderObj = checker->CreateObjectTypeWithConstructSignature(signature); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h386 Type *CreateObjectTypeWithConstructSignature(Signature *constructSignature);