Searched refs:IsTSObjectType (Results 1 – 5 of 5) sorted by relevance
53 CAST_CHECK(TSObjectType, IsTSObjectType);
961 inline bool JSTaggedValue::IsTSObjectType() const in IsTSObjectType() function963 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSObjectType(); in IsTSObjectType()
340 bool IsTSObjectType() const;
912 inline bool IsTSObjectType() const in IsTSObjectType() function
2194 if (GetInstanceType().IsTSObjectType()) { in Dump()2201 if (GetConstructorType().IsTSObjectType()) { in Dump()2208 if (GetPrototypeType().IsTSObjectType()) { in Dump()2243 if (GetFields().IsTSObjectType()) { in Dump()