Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp212 JSHandle<JSTaggedValue> extendClassType = GetTSType(extensionGT); in GetExtendedClassType()
224 JSHandle<JSTaggedValue> extendClassType = GetTSType(extensionGT); in GetExtendedClassType()
233 JSHandle<JSTaggedValue> type = GetTSType(gt); in GetPropType()
262 JSHandle<JSTaggedValue> type = GetTSType(objType); in GetIndexSignType()
284 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in IsStaticFunc()
292 JSHandle<JSTaggedValue> type = GetTSType(gateType.GetGTRef()); in GetSuperGateType()
313 JSHandle<JSTaggedValue> type = GetTSType(gt); in GetSuperPropType()
350 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetUnionTypeLength()
360 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetUnionTypeByIndex()
371 JSHandle<JSTaggedValue> type = GetTSType(gt); in GetTypeKind()
[all …]
Dts_type.cpp67 JSTaggedValue tmpType = tsManager->GetTSType(classTypeGT).GetTaggedValue(); in GetPropTypeGT()
91 mutableClassType.Update(tsManager->GetTSType(superClassTypeGT).GetTaggedValue()); in GetSuperPropTypeGT()
100 JSTaggedValue tmpType = tsManager->GetTSType(classTypeGT).GetTaggedValue(); in GetSuperPropTypeGT()
132 JSTaggedValue tmpType = tsManager->GetTSType(classTypeGT).GetTaggedValue(); in GetNonStaticPropTypeGT()
165 JSTaggedValue tmpType = tsManager->GetTSType(classTypeGT).GetTaggedValue(); in UpdateStaticPropTypeGT()
180 JSHandle<JSTaggedValue> type = tsManager->GetTSType(classTypeGT); in GetPropTypeGT()
199 JSHandle<JSTaggedValue> type = tsManager->GetTSType(classTypeGT); in GetIndexSignType()
287 JSHandle<JSTaggedValue> tsType = tsManager->GetTSType(kindGt); in GetPropTypeGT()
334 JSHandle<JSTaggedValue> extendsType = tsManager->GetTSType(extendsGT); in GetPropTypeGT()
Dts_type_accessor.h118 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt_); \
Dts_type_parser.cpp195 JSHandle<JSTaggedValue> type = tsManager_->GetTSType(oriGT); in ParseIndexSigType()
460 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt); in FillInterfaceMethodTypes()
640 JSHandle<JSTaggedValue> genericsType = tsManager_->GetTSType(genericsGT); in ParseGenericsInstanceType()
779 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt); in TryReplaceTypePara()
Dts_manager.h360 JSHandle<JSTaggedValue> GetTSType(const GlobalTSTypeRef &gt) const;
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp151 JSHandle<JSTaggedValue> type = tsManager->GetTSType(resultGT); in HWTEST_F_L0()
224 JSHandle<JSTaggedValue> type = tsManager->GetTSType(resultGT); in HWTEST_F_L0()
290 JSHandle<JSTaggedValue> type = tsManager->GetTSType(resultGT); in HWTEST_F_L0()
351 JSHandle<JSTaggedValue> type = tsManager->GetTSType(resultGT); in HWTEST_F_L0()
417 JSHandle<JSTaggedValue> type = tsManager->GetTSType(resultGT); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp95 JSHandle<TSUnionType> unionType(tsManager_->GetTSType(type_.GetGTRef())); in ComputePolymorphism()
Dts_class_analysis.cpp25 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(*iter); in Run()
Dts_hclass_generator.cpp27 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt); in GenerateTSHClasses()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp147 JSHandle<TSUnionType> unionType(tsManager_->GetTSType(tsType.GetGTRef())); in CollectGateType()