Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp149 …auto *constructObjType = allocator_->New<ConstructorType>(allocator_->New<ObjectDescriptor>(alloca… in CreateConstructorTypeWithSignature() local
150 constructObjType->AddConstructSignature(constructSignature); in CreateConstructorTypeWithSignature()
151 return constructObjType; in CreateConstructorTypeWithSignature()