Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp286 JSHandle<TSObjectType> constructorType(thread, classType->GetConstructorType()); in CreateCHClass() local
287 JSHandle<TSObjLayoutInfo> tsLayout(thread, constructorType->GetObjLayoutInfo()); in CreateCHClass()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp292 JSHandle<TSObjectType> constructorType = factory_->NewTSObjectType(numStatic); in ParseClassType() local
293 …FillPropTypes(jsPandaFile, recordName, constructorType, typeLiteralExtractor, numStaticFieldsIndex… in ParseClassType()
294 FillPropTypes(jsPandaFile, recordName, constructorType, typeLiteralExtractor, in ParseClassType()
296 classType->SetConstructorType(thread_, constructorType); in ParseClassType()
Dts_manager.cpp1580 JSHandle<TSObjectType> constructorType(thread_, classType->GetConstructorType()); in IsBuiltinObjectMethod() local
1581 JSTaggedValue layout = constructorType->GetObjLayoutInfo(); in IsBuiltinObjectMethod()
/arkcompiler/ets_frontend/es2panda/
DCMakeLists.txt263 typescript/types/constructorType.cpp
DBUILD.gn221 "typescript/types/constructorType.cpp",
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp3244 TSObjectType *constructorType = TSObjectType::Cast(GetConstructorType().GetTaggedObject()); in Dump() local
3245 constructorType->Dump(os); in Dump()