Searched refs:IsTSObjectType (Results 1 – 8 of 8) sorted by relevance
52 CAST_CHECK(TSObjectType, IsTSObjectType);
164 } else if (type->IsTSObjectType()) { in GetPropType()191 } else if (type->IsTSObjectType()) { in GetIndexSignType()233 if (type->IsTSObjectType()) { in GetSuperGateType()
204 } else if (type->IsTSObjectType()) { in ParseIndexSigType()679 } else if (genericsType->IsTSObjectType()) { in InstantiateGenericsType()
1360 inline bool JSTaggedValue::IsTSObjectType() const in IsTSObjectType() function1362 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSObjectType(); in IsTSObjectType()
628 bool IsTSObjectType() const;
1479 inline bool IsTSObjectType() const in IsTSObjectType() function
3403 if (GetInstanceType().IsTSObjectType()) { in Dump()3410 if (GetConstructorType().IsTSObjectType()) { in Dump()3417 if (GetPrototypeType().IsTSObjectType()) { in Dump()3455 if (GetFields().IsTSObjectType()) { in Dump()
418 EXPECT_TRUE(type->IsTSObjectType()); in HWTEST_F_L0()