Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsSignatureDeclaration.cpp90 placeholderObj = checker->CreateObjectTypeWithConstructSignature(signature); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp133 Type *Checker::CreateObjectTypeWithConstructSignature(Signature *constructSignature) in CreateObjectTypeWithConstructSignature() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h386 Type *CreateObjectTypeWithConstructSignature(Signature *constructSignature);