Searched refs:IsTSInterfaceType (Results 1 – 7 of 7) sorted by relevance
158 CAST_CHECK(TSInterfaceType, IsTSInterfaceType);
343 } else if (extendsType->IsTSInterfaceType()) { in GetPropTypeGT()
202 } else if (type->IsTSInterfaceType()) { in ParseIndexSigType()659 } else if (genericsType->IsTSInterfaceType()) { in InstantiateGenericsType()
248 } else if (type->IsTSInterfaceType()) { in GetPropType()272 } else if (type->IsTSInterfaceType()) { in GetIndexSignType()
1310 inline bool JSTaggedValue::IsTSInterfaceType() const in IsTSInterfaceType() function1312 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSInterfaceType(); in IsTSInterfaceType()
676 bool IsTSInterfaceType() const;
1374 inline bool IsTSInterfaceType() const in IsTSInterfaceType() function