Searched refs:IsTSObjectType (Results 1 – 8 of 8) sorted by relevance
52 CAST_CHECK(TSObjectType, IsTSObjectType);
242 } else if (type->IsTSObjectType()) { in GetPropType()269 } else if (type->IsTSObjectType()) { in GetIndexSignType()293 if (type->IsTSObjectType()) { in GetSuperGateType()
199 } else if (type->IsTSObjectType()) { in ParseIndexSigType()663 } else if (genericsType->IsTSObjectType()) { in InstantiateGenericsType()
1300 inline bool JSTaggedValue::IsTSObjectType() const in IsTSObjectType() function1302 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSObjectType(); in IsTSObjectType()
673 bool IsTSObjectType() const;
1364 inline bool IsTSObjectType() const in IsTSObjectType() function
3236 if (GetInstanceType().IsTSObjectType()) { in Dump()3243 if (GetConstructorType().IsTSObjectType()) { in Dump()3250 if (GetPrototypeType().IsTSObjectType()) { in Dump()3288 if (GetFields().IsTSObjectType()) { in Dump()
418 EXPECT_TRUE(type->IsTSObjectType()); in HWTEST_F_L0()