Searched refs:constructorType (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_hclass_generator.cpp | 286 JSHandle<TSObjectType> constructorType(thread, classType->GetConstructorType()); in CreateCHClass() local 287 JSHandle<TSObjLayoutInfo> tsLayout(thread, constructorType->GetObjLayoutInfo()); in CreateCHClass()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 292 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()
|
| D | ts_manager.cpp | 1580 JSHandle<TSObjectType> constructorType(thread_, classType->GetConstructorType()); in IsBuiltinObjectMethod() local 1581 JSTaggedValue layout = constructorType->GetObjLayoutInfo(); in IsBuiltinObjectMethod()
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | CMakeLists.txt | 263 typescript/types/constructorType.cpp
|
| D | BUILD.gn | 221 "typescript/types/constructorType.cpp",
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | dump.cpp | 3244 TSObjectType *constructorType = TSObjectType::Cast(GetConstructorType().GetTaggedObject()); in Dump() local 3245 constructorType->Dump(os); in Dump()
|