Searched refs:IsTSInterfaceType (Results 1 – 7 of 7) sorted by relevance
158 CAST_CHECK(TSInterfaceType, IsTSInterfaceType);
343 } else if (extendsType->IsTSInterfaceType()) { in GetPropTypeGT()
207 } else if (type->IsTSInterfaceType()) { in ParseIndexSigType()675 } else if (genericsType->IsTSInterfaceType()) { in InstantiateGenericsType()
170 } else if (type->IsTSInterfaceType()) { in GetPropType()194 } else if (type->IsTSInterfaceType()) { in GetIndexSignType()
1370 inline bool JSTaggedValue::IsTSInterfaceType() const in IsTSInterfaceType() function1372 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSInterfaceType(); in IsTSInterfaceType()
631 bool IsTSInterfaceType() const;
1489 inline bool IsTSInterfaceType() const in IsTSInterfaceType() function