Searched refs:GetTSType (Results 1 – 10 of 10) sorted by relevance
212 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 …]
67 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()
118 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt_); \
195 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()
360 JSHandle<JSTaggedValue> GetTSType(const GlobalTSTypeRef >) const;
151 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()
95 JSHandle<TSUnionType> unionType(tsManager_->GetTSType(type_.GetGTRef())); in ComputePolymorphism()
25 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(*iter); in Run()
27 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt); in GenerateTSHClasses()
147 JSHandle<TSUnionType> unionType(tsManager_->GetTSType(tsType.GetGTRef())); in CollectGateType()